Back to Redis

Coding patterns

content/develop/clients/patterns/_index.md

latest916 B
Original Source

The following documents describe some novel development patterns you can use with Redis.

[Bulk loading]({{< relref "/develop/clients/patterns/bulk-loading" >}})

Writing data in bulk using the Redis protocol

[Distributed Locks with Redis]({{< relref "/develop/clients/patterns/distributed-locks" >}})

A distributed lock pattern with Redis

[Secondary indexing]({{< relref "/develop/clients/patterns/indexes/index" >}})

Building secondary indexes in Redis

[Redis patterns example]({{< relref "/develop/clients/patterns/twitter-clone" >}})

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.