Redis
Download: http://redis.io/download
@GitHub: https://github.com/antirez/redis
Redis Commands: http://redis.io/commands
MongoDB vs Cassandra vs CouchDB vs Riak vs Neo4j vs Redis vs HBase vs MemBase:
http://kkovacs.eu/cassandra-vs-mongodb-vs-couchdb-vs-redis
Try Redis Online: http://try.redis-db.com/
Redis Hosting: http://redistogo.com/
(Free Plan of 5MB 1DB 0Backup)
Webdis: http://webd.is/ a fast HTTP Interface to Redis
Taking advantage of Redis in your stack:
http://antirez.com/post/take-advantage-of-redis-adding-it-to-your-stack.html
Home Documentation for Creators
http://redis.io/documentation
Architecture of Redis: http://www.enjoythearchitecture.com/redis-architecture
The Little Redis Book (Free eBook):
http://openmymind.net/2012/1/23/The-Little-Redis-Book/
Quick Support:
Different Programming Language Clients: http://redis.io/clients
Using Redis from:
Resque, a Redis backed library for creating Background Jobs.
An example usage.
Resque Scheduler to actually benefit with cron-ification of Resuq Jobs.
Redis and Scripting:
http://antirez.com/post/redis-and-scripting.html
Update on Redis & Lua:
http://antirez.com/post/an-update-on-redis-and-lua.html
Redis Lua scripting is badass:
http://tjholowaychuk.com/post/19321054250/redis-lua-scripting-is-badass
Quick Tutorial:
http://simonwillison.net/static/2010/redis-tutorial/
Collection of Redis HowTos by Community:
http://rediscookbook.org/
Collection of Redis UseCases:
http://www.paperplanes.de/2010/2/16/a_collection_of_redis_use_cases.html
15 min Intro to Redis DataTypes:
http://redis.io/topics/data-types-intro
Have an Issue: https://github.com/antirez/redis/issues
Redis Persistence Dymestified:
http://antirez.com/post/redis-persistence-demystified.html
Using Redis transactions with CouchDB:
http://blog.mudynamics.com/2012/01/17/blitz-io-using-redis-transactions-with-couchdb/
Auto Complete with Redis:
http://antirez.com/post/autocomplete-with-redis.html
Security:
Brute-Force password auditing against Redis KeyValue store:
http://nmap.org/nsedoc/scripts/redis-brute.html
Redis own Security Doc: http://redis.io/topics/security
Download: http://redis.io/download
@GitHub: https://github.com/antirez/redis
Redis Commands: http://redis.io/commands
MongoDB vs Cassandra vs CouchDB vs Riak vs Neo4j vs Redis vs HBase vs MemBase:
http://kkovacs.eu/cassandra-vs-mongodb-vs-couchdb-vs-redis
Try Redis Online: http://try.redis-db.com/
Redis Hosting: http://redistogo.com/
(Free Plan of 5MB 1DB 0Backup)
Webdis: http://webd.is/ a fast HTTP Interface to Redis
Taking advantage of Redis in your stack:
http://antirez.com/post/take-advantage-of-redis-adding-it-to-your-stack.html
Home Documentation for Creators
http://redis.io/documentation
Architecture of Redis: http://www.enjoythearchitecture.com/redis-architecture
The Little Redis Book (Free eBook):
http://openmymind.net/2012/1/23/The-Little-Redis-Book/
Quick Support:
- IRC: irc://irc.freenode.net/#redis
- Mailing List: http://groups.google.com/group/redis-db
Different Programming Language Clients: http://redis.io/clients
Using Redis from:
- Ruby: redistogo#using_redis_from_ruby, jimneath.org++using-redis-with-RoR
- Python: https://devcenter.heroku.com/articles/redistogo#using_redis_from_python
- Java: ibm.com++developerworks++jedis redistogo#using_redis_from_java
- NodeJS: http://howtonode.org/node-redis-fun, RedisToGo+NodeJS+Redis
- PHP: http://phpmaster.com/an-introduction-to-redis-in-php-using-predis/
Resque, a Redis backed library for creating Background Jobs.
An example usage.
Resque Scheduler to actually benefit with cron-ification of Resuq Jobs.
Redis and Scripting:
http://antirez.com/post/redis-and-scripting.html
Update on Redis & Lua:
http://antirez.com/post/an-update-on-redis-and-lua.html
Redis Lua scripting is badass:
http://tjholowaychuk.com/post/19321054250/redis-lua-scripting-is-badass
Quick Tutorial:
http://simonwillison.net/static/2010/redis-tutorial/
Collection of Redis HowTos by Community:
http://rediscookbook.org/
Collection of Redis UseCases:
http://www.paperplanes.de/2010/2/16/a_collection_of_redis_use_cases.html
15 min Intro to Redis DataTypes:
http://redis.io/topics/data-types-intro
Have an Issue: https://github.com/antirez/redis/issues
Redis Persistence Dymestified:
http://antirez.com/post/redis-persistence-demystified.html
Using Redis transactions with CouchDB:
http://blog.mudynamics.com/2012/01/17/blitz-io-using-redis-transactions-with-couchdb/
Auto Complete with Redis:
http://antirez.com/post/autocomplete-with-redis.html
Security:
Brute-Force password auditing against Redis KeyValue store:
http://nmap.org/nsedoc/scripts/redis-brute.html
Redis own Security Doc: http://redis.io/topics/security
No comments:
Post a Comment