Jamm\Memory\IRedisServer::Set PHP Method

Set() public method

Set key to hold the string value. If key already holds a value, it is overwritten, regardless of its type.
public Set ( string $key, string $value ) : string
$key string
$value string
return string
    public function Set($key, $value);