diff --git a/doc/ExpireCommand.html b/doc/ExpireCommand.html index 3af6cd41..5f36dece 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.
<->
slave link goes down for some reason. If the master receives multiple concurrent slave synchronization requests it performs a single background saving in order to serve all them.+slaveof 192.168.1.1 6379 ++Of course you need to replace 192.168.1.1 6379 with your master ip address (or hostname) and port. +
Move the specifided member from the set at srckey to the set at dstkey.This operation is atomic, in every given moment the element will appear tobe in the source or destination set for accessing clients.-
If the source set does not exist or does not contain the specified elementno operation is performed and zero is returned, otherwise the element isremoved from the source set and added to the destination set. On successone is returned, even if the element was already present in the destionationset.+
If the source set does not exist or does not contain the specified elementno operation is performed and zero is returned, otherwise the element isremoved from the source set and added to the destination set. On successone is returned, even if the element was already present in the destinationset.
An error is raised if the source or destination keys contain a non Set value.
1 if the element was moved diff --git a/doc/index.html b/doc/index.html index 0b040564..0489b34a 100644 --- a/doc/index.html +++ b/doc/index.html @@ -26,7 +26,7 @@
<->
slave replication works.