Jamm\Memory\IRedisServer::sInterStore PHP Method

sInterStore() public method

If destination already exists, it is overwritten. Parameters: $destination,$key [key ...] or: $destination, array($key, $key...)
public sInterStore ( string $destination, string | array $key ) : integer
$destination string
$key string | array Returns the number of elements in the resulting set.
return integer
    public function sInterStore($destination, $key);