Coding patterns
Novel patterns for working with Redis data structures
The following documents describe some novel development patterns you can use with Redis.
Writing data in bulk using the Redis protocol
A distributed lock pattern with Redis
Building secondary indexes in Redis
Learn several Redis patterns by building a Twitter clone
Salvatore Sanfilippo's Redis design patterns
Salvatore Sanfilippo (also known as antirez, the creator of Redis) has provided the Redis community with a resource containing very useful Redis-oriented design patterns. See this page for more information.