X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/192fc3376a0712e69e638b087c82c7e34f698f4d..ca36b4ab31be1a1fea24f422028c07c6eeb21120:/doc/index.html
diff --git a/doc/index.html b/doc/index.html
index 1c72b230..38e1c9f5 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -16,7 +16,7 @@
index
@@ -26,12 +26,14 @@
- = Redis Documentation =
Russian TranslationHello! The followings are pointers to different parts of the Redis Documentation.
-
- 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).
- Virtual Memory User Guide. A simple to understand guide about using and configuring the Redis Virtual Memory.
+ = Redis Documentation =
Russian TranslationHello! The followings are pointers to different parts of the Redis Documentation.
+
+
- The benchmark page is about the speed performances of Redis.
- Our FAQ contains of course some answers to common questions about Redis. Not very up-to-date.
+
-
- 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.
-
+
- 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.
+
+
- The Redis Cookbook is a collaborative effort to provide some good recipe.
- There is an ongoing effort to write a Redis book for O'Reilly