|
# Wiki for Redis Project
|
|
# Wiki for Redis Project
|
|
|
|
|
|
## Steps:
|
|
## Steps:
|
|
1. Get Redis running (http://redis.io/)
|
|
- [ ] Get Redis running (http://redis.io/)
|
|
- run server locally
|
|
- run server locally
|
|
- play around with it using command-line client (redis-cli)
|
|
- play around with it using command-line client (redis-cli)
|
|
- try programming with another client (such as the python, ruby, or php client)
|
|
- try programming with another client (such as the python, ruby, or php client)
|
|
2. Try running Retwis (Twitter clone) off of the Redis instance
|
|
- [ ] Try running Retwis (Twitter clone) off of the Redis instance
|
|
- PHP: https://github.com/antirez/retwis
|
|
- PHP: https://github.com/antirez/retwis
|
|
- Python: https://github.com/pims/retwis-py
|
|
- Python: https://github.com/pims/retwis-py
|
|
3. Run *sharded* Redis ("Redis Cluster")
|
|
3. Run *sharded* Redis ("Redis Cluster")
|
... | | ... | |