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: