When I started to work on my own key-value store implementations (https://github.com/ajlopez/AjKeyvs) (https://github.com/ajlopez/SimpleStore) I studied Redis as the implementation to use as main reference. These are my first links:
http://en.wikipedia.org/wiki/Redis
Redis is an open-source, networked, in-memory, key-value data store with optional durability. It is written in ANSI C. The development of Redis is sponsored by VMware
Redis by antirez (Salvatore Sanfilippo)
https://github.com/antirez/redis
Redmon
https://github.com/steelThread/redmon
A web interface for managing redis: cli, admin, and live monitoring
Using Redis Transactions with CouchDB
http://blog.mudynamics.com/2012/01/17/blitz-io-using-redis-transactions-with-couchdb/
Creating a Lock with Redis
http://dr-josiah.blogspot.com/2012/01/creating-lock-with-redis.html
Rails Caching Benchmarked: MongoDB, Redis, Memcached
http://nosql.mypopescu.com/post/13493023635/rails-caching-benchmarked-mongodb-redis-memcached
Cassandra vs MongoDB vs CouchDB vs Redis vs Riak vs HBase vs Membase vs Neo4j comparison
http://kkovacs.eu/cassandra-vs-mongodb-vs-couchdb-vs-redis
nodeEventStore
https://github.com/KABA-CCEAC/nodeEventStore
EventStore Implementation in node.js
It can use Redis
Key-Value stores: a practical overview
http://www.slideshare.net/marc.seeger/keyvalue-stores-a-practical-overview
Real Time Editing with Sockets, Node and Redis
http://dailyjs.com/2010/05/26/realie/
Using Redis with Ruby on Rails
http://jimneath.org/2011/03/24/using-redis-with-ruby-on-rails.html
To Redis or Not To Redis? (Key-Value Stores Part 4)
http://www.engineyard.com/blog/2009/key-value-stores-for-ruby-part-4-to-redis-or-not-to-redis/
Redis Data Types
http://redis.io/topics/data-types
Redis Pub/Sub
http://redis.io/topics/pubsub
Redis Internals
http://redis.io/topics/internals
Redis Event Library
http://redis.io/topics/internals-eventlib
A case study: Design and implementation of a simple Twitter clone using only the Redis key-value store as database and PHP
http://redis.io/topics/twitter-clone
Batch value insert in Redis list
http://stackoverflow.com/questions/6504861/batch-value-insert-in-redis-list
Redis Clients
http://redis.io/clients
drev
https://github.com/arunoda/drev
Distributed Redis based EventEmitter for NodeJS
nodechat.js – Using node.js, backbone.js, socket.io, and redis to make a real time chat app
http://fzysqr.com/2011/02/28/nodechat-js-using-node-js-backbone-js-socket-io-and-redis-to-make-a-real-time-chat-app/
Sinatra with Redis on Cloud Foundry
http://nosql.mypopescu.com/post/5929530437/sinatra-with-redis-on-cloud-foundry
Hadoop, Hive and Redis for Foursquare Analytics
http://nosql.mypopescu.com/post/3872483038/hadoop-hive-and-redis-for-foursquare-analytics
Redis rocks!
http://enginesmith.wordpress.com/2010/10/28/redis-rocks/
Thoughts on Redis
http://blog.kennejima.com/post/1226487020/thoughts-on-redis
Add NoSQL Data Storage to Your PHP Development with Redis
http://www.developer.com/lang/php/article.php/3879181/Add-NoSQL-Data-Storage-to-Your-PHP-Development-with-Redis.htm
My Thoughts on NoSQL
http://eflorenzano.com/blog/2009/07/21/my-thoughts-nosql/
Horizontal Scalability via Transient, Shardable, and Share-Nothing Resources
http://www.infoq.com/presentations/Horizontal-Scalability
NOSQL – Open Source and Commercial NOSQL Data Storage Systems
http://grydz.com/grid/show/nosql-open-source-and-commercial-nosql-data-storage-systems
Presentation: Redis – REmote DIctionary Server by Ezra Zygmuntowicz
http://nosql.mypopescu.com/post/408913109/presentation-redis-remote-dictionary-server-by-ezra
redis-objects
http://rubygems.org/gems/redis-objects
Map Redis types directly to Ruby objects. Works with any class or ORM.
Using Key-Value Stores From Ruby
http://blog.grayproductions.net/articles/using_keyvalue_stores_from_ruby
Redis: REmote DIctionary Server
http://www.slideshare.net/ezmobius/redis-remote-dictionary-server
My Links
http://delicious.com/ajlopez/redis
More Redis and related links are coming.
Keep tuned!
Angel “Java” Lopez
http://www.ajlopez.com
http://twitter.com/ajlopez