Jamm\Memory\IRedisServer::LPush PHP Method

LPush() 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.
public LPush ( string $key, string | array $value ) : integer
$key string
$value string | array
return integer
    public function LPush($key, $value);