Method | Description | |
---|---|---|
bRPopLPush ( string $source, string $destination, integer $timeout ) | ||
evalLua ( string $lua, array $args ) | ||
hGet ( string $key, string $field ) : string | null | ||
lLen ( string $key ) : integer | ||
lRange ( string $key, integer $offset, integer $limit = 10 ) : array | ||
sAdd ( string $key, array $members ) | ||
sIsMember ( string $key, string $value ) : boolean | ||
sMembers ( string $key ) : array | ||
sRem ( string $key, array $members ) | ||
zScore ( string $key, string $value ) : integer | null |