From efc296a1d6068f4e0cde584415d4c14a963c175c Mon Sep 17 00:00:00 2001 From: antirez Date: Sat, 9 May 2009 09:58:26 +0200 Subject: [PATCH] doc changes --- doc/ExpireCommand.html | 2 +- doc/FAQ.html | 4 ++-- doc/ReplicationHowto.html | 41 +++++++++++++++++++++++++++++++++++++++ doc/SmoveCommand.html | 2 +- doc/index.html | 2 +- 5 files changed, 46 insertions(+), 5 deletions(-) create mode 100644 doc/ReplicationHowto.html diff --git a/doc/ExpireCommand.html b/doc/ExpireCommand.html index 3af6cd413..5f36dece7 100644 --- a/doc/ExpireCommand.html +++ b/doc/ExpireCommand.html @@ -48,7 +48,7 @@ OK 1: the timeout was set. 0: the timeout was not set since the key already has an associated timeout, or the key does not exist.

See also

- + diff --git a/doc/FAQ.html b/doc/FAQ.html index 84320715e..348351738 100644 --- a/doc/FAQ.html +++ b/doc/FAQ.html @@ -16,7 +16,7 @@
-FAQ: Contents
  Why I need Redis if there is already memcachedb, Tokyo Cabinet, ...?
  Isn't this key-value thing just hype?
  Can I backup a Redis DB while the server is working?
  What's the Redis memory footprint?
  I like Redis high level operations and features, but I don't like it takes everything in memory and I can't have a dataset larger the memory. Plans to change this?
  Ok but I absolutely need to have a DB larger than memory, still I need the Redis features
  I have an empty Redis server but INFO and logs are reporting megabytes of memory in use!
  What happens if Redis runs out of memory?
  How much time it takes to load a big database at server startup?
  What Redis means actually?
  Why did you started the Redis project? +FAQ: Contents
  Why I need Redis if there is already memcachedb, Tokyo Cabinet, ...?
  Isn't this key-value thing just hype?
  Can I backup a Redis DB while the server is working?
  What's the Redis memory footprint?
  I like Redis high level operations and features, but I don't like it takes everything in memory and I can't have a dataset larger the memory. Plans to change this?
  Ok but I absolutely need to have a DB larger than memory, still I need the Redis features
  I have an empty Redis server but INFO and logs are reporting megabytes of memory in use!
  What happens if Redis runs out of memory?
  How much time it takes to load a big database at server startup?
  Redis is single threaded, how can I exploit multiple CPU / cores?
  I'm using some form of key hashing for partitioning, but what about SORT BY?
  What is the maximum number of keys a single Redis instance can hold?
  What Redis means actually?
  Why did you started the Redis project?

FAQ

@@ -34,7 +34,7 @@ So Redis offers more features: