Jamm\Memory\IRedisServer::RPush PHP Méthode

RPush() public méthode

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
Résultat integer | boolean
    public function RPush($key, $value);