My favorites | Sign in
Logo
                
Search
for
Updated Mar 17 (4 days ago) by antirez
index  

Redis Documentation

Russian Translation

Hello! The followings are pointers to different parts of the Redis Documentation.

HOWTOs about selected features

  • The Redis Replication HOWTO is what you need to read in order to understand how Redis master <-> slave replication works.
  • The Append Only File HOWTO explains how the alternative Redis durability mode works. AOF is an alternative to snapshotting on disk from time to time (the default).

Hacking

  • The Protocol Specification is all you need in order to implement a Redis client library for a missing language. PHP, Python, Ruby and Erlang are already supported.
  • Look at Redis Internals if you are interested in the implementation details of the Redis server.

Videos


Comment by unregister03, Mar 11, 2010

ыыы


Sign in to add a comment
Powered by Google Project Hosting