https://github.com/camirmas/redis-conf
Exercises for RedisConf18
https://github.com/camirmas/redis-conf
elixir redis
Last synced: about 2 months ago
JSON representation
Exercises for RedisConf18
- Host: GitHub
- URL: https://github.com/camirmas/redis-conf
- Owner: camirmas
- Created: 2018-04-24T08:15:26.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-24T18:50:10.000Z (about 8 years ago)
- Last Synced: 2025-04-03T15:47:09.315Z (about 1 year ago)
- Topics: elixir, redis
- Language: Elixir
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RedisConf
Exercises with Redis for RedisConf18, advanced training session. Upon startup,
this application connects to redis on host `localhost` with port `6379`, then
creates a supervised worker that uses that connection pid.
Make sure to set up your `redis-server` with [rebloom](https://github.com/RedisLabsModules/rebloom)
in order to be able to call `RedisConf.BloomExercise.run`.
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/redis_conf](https://hexdocs.pm/redis_conf).