Jamm\Memory\IRedisServer::LSet PHP Method

LSet() public method

For more information on the index argument, see LINDEX. An error is returned for out of range indexes.
public LSet ( $key, $index, $value ) : boolean
$key
$index
$value
return boolean
    public function LSet($key, $index, $value);