Jamm\Memory\IRedisServer::RPush PHP Method

RPush() public method

If key does not exist, it is created as empty list before performing the push operation. When key holds a value that is not a list, an error is returned. Parameters: key value [value ...] or: key, array(value,value,...)
public RPush ( string $key, string | array $value ) : integer | boolean
$key string
$value string | array
return integer | boolean
    public function RPush($key, $value);