new RedisAPI()
Auto generated Redis API client wrapper.
- Source:
Methods
append(arg0, arg1, handler) → {RedisAPI}
Redis command append.
Parameters:
| Name | Type | Description |
|---|---|---|
arg0 |
string | |
arg1 |
string | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
asking(handler) → {RedisAPI}
Redis command asking.
Parameters:
| Name | Type | Description |
|---|---|---|
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
auth(arg0, handler) → {RedisAPI}
Redis command auth.
Parameters:
| Name | Type | Description |
|---|---|---|
arg0 |
string | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
bgrewriteaof(handler) → {RedisAPI}
Redis command bgrewriteaof.
Parameters:
| Name | Type | Description |
|---|---|---|
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
bgsave(args, handler) → {RedisAPI}
Redis command bgsave.
Parameters:
| Name | Type | Description |
|---|---|---|
args |
Array.<string> | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
bitcount(args, handler) → {RedisAPI}
Redis command bitcount.
Parameters:
| Name | Type | Description |
|---|---|---|
args |
Array.<string> | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
bitfield(args, handler) → {RedisAPI}
Redis command bitfield.
Parameters:
| Name | Type | Description |
|---|---|---|
args |
Array.<string> | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
bitop(args, handler) → {RedisAPI}
Redis command bitop.
Parameters:
| Name | Type | Description |
|---|---|---|
args |
Array.<string> | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
bitpos(args, handler) → {RedisAPI}
Redis command bitpos.
Parameters:
| Name | Type | Description |
|---|---|---|
args |
Array.<string> | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
blpop(args, handler) → {RedisAPI}
Redis command blpop.
Parameters:
| Name | Type | Description |
|---|---|---|
args |
Array.<string> | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
brpop(args, handler) → {RedisAPI}
Redis command brpop.
Parameters:
| Name | Type | Description |
|---|---|---|
args |
Array.<string> | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
brpoplpush(arg0, arg1, arg2, handler) → {RedisAPI}
Redis command brpoplpush.
Parameters:
| Name | Type | Description |
|---|---|---|
arg0 |
string | |
arg1 |
string | |
arg2 |
string | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
bzpopmax(args, handler) → {RedisAPI}
Redis command bzpopmax.
Parameters:
| Name | Type | Description |
|---|---|---|
args |
Array.<string> | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
bzpopmin(args, handler) → {RedisAPI}
Redis command bzpopmin.
Parameters:
| Name | Type | Description |
|---|---|---|
args |
Array.<string> | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
client(args, handler) → {RedisAPI}
Redis command client.
Parameters:
| Name | Type | Description |
|---|---|---|
args |
Array.<string> | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
cluster(args, handler) → {RedisAPI}
Redis command cluster.
Parameters:
| Name | Type | Description |
|---|---|---|
args |
Array.<string> | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
command(handler) → {RedisAPI}
Redis command command.
Parameters:
| Name | Type | Description |
|---|---|---|
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
config(args, handler) → {RedisAPI}
Redis command config.
Parameters:
| Name | Type | Description |
|---|---|---|
args |
Array.<string> | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
dbsize(handler) → {RedisAPI}
Redis command dbsize.
Parameters:
| Name | Type | Description |
|---|---|---|
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
debug(args, handler) → {RedisAPI}
Redis command debug.
Parameters:
| Name | Type | Description |
|---|---|---|
args |
Array.<string> | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
decr(arg0, handler) → {RedisAPI}
Redis command decr.
Parameters:
| Name | Type | Description |
|---|---|---|
arg0 |
string | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
decrby(arg0, arg1, handler) → {RedisAPI}
Redis command decrby.
Parameters:
| Name | Type | Description |
|---|---|---|
arg0 |
string | |
arg1 |
string | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
del(args, handler) → {RedisAPI}
Redis command del.
Parameters:
| Name | Type | Description |
|---|---|---|
args |
Array.<string> | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
discard(handler) → {RedisAPI}
Redis command discard.
Parameters:
| Name | Type | Description |
|---|---|---|
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
dump(arg0, handler) → {RedisAPI}
Redis command dump.
Parameters:
| Name | Type | Description |
|---|---|---|
arg0 |
string | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
echo(arg0, handler) → {RedisAPI}
Redis command echo.
Parameters:
| Name | Type | Description |
|---|---|---|
arg0 |
string | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
eval(args, handler) → {RedisAPI}
Redis command eval.
Parameters:
| Name | Type | Description |
|---|---|---|
args |
Array.<string> | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
evalsha(args, handler) → {RedisAPI}
Redis command evalsha.
Parameters:
| Name | Type | Description |
|---|---|---|
args |
Array.<string> | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
exec(handler) → {RedisAPI}
Redis command exec.
Parameters:
| Name | Type | Description |
|---|---|---|
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
exists(args, handler) → {RedisAPI}
Redis command exists.
Parameters:
| Name | Type | Description |
|---|---|---|
args |
Array.<string> | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
expire(arg0, arg1, handler) → {RedisAPI}
Redis command expire.
Parameters:
| Name | Type | Description |
|---|---|---|
arg0 |
string | |
arg1 |
string | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
expireat(arg0, arg1, handler) → {RedisAPI}
Redis command expireat.
Parameters:
| Name | Type | Description |
|---|---|---|
arg0 |
string | |
arg1 |
string | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
flushall(args, handler) → {RedisAPI}
Redis command flushall.
Parameters:
| Name | Type | Description |
|---|---|---|
args |
Array.<string> | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
flushdb(args, handler) → {RedisAPI}
Redis command flushdb.
Parameters:
| Name | Type | Description |
|---|---|---|
args |
Array.<string> | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
geoadd(args, handler) → {RedisAPI}
Redis command geoadd.
Parameters:
| Name | Type | Description |
|---|---|---|
args |
Array.<string> | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
geodist(args, handler) → {RedisAPI}
Redis command geodist.
Parameters:
| Name | Type | Description |
|---|---|---|
args |
Array.<string> | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
geohash(args, handler) → {RedisAPI}
Redis command geohash.
Parameters:
| Name | Type | Description |
|---|---|---|
args |
Array.<string> | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
geopos(args, handler) → {RedisAPI}
Redis command geopos.
Parameters:
| Name | Type | Description |
|---|---|---|
args |
Array.<string> | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
georadius(args, handler) → {RedisAPI}
Redis command georadius.
Parameters:
| Name | Type | Description |
|---|---|---|
args |
Array.<string> | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
georadiusbymember(args, handler) → {RedisAPI}
Redis command georadiusbymember.
Parameters:
| Name | Type | Description |
|---|---|---|
args |
Array.<string> | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
georadiusbymemberRo(args, handler) → {RedisAPI}
Redis command georadiusbymemberRo.
Parameters:
| Name | Type | Description |
|---|---|---|
args |
Array.<string> | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
georadiusRo(args, handler) → {RedisAPI}
Redis command georadiusRo.
Parameters:
| Name | Type | Description |
|---|---|---|
args |
Array.<string> | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
get(arg0, handler) → {RedisAPI}
Redis command get.
Parameters:
| Name | Type | Description |
|---|---|---|
arg0 |
string | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
getbit(arg0, arg1, handler) → {RedisAPI}
Redis command getbit.
Parameters:
| Name | Type | Description |
|---|---|---|
arg0 |
string | |
arg1 |
string | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
getrange(arg0, arg1, arg2, handler) → {RedisAPI}
Redis command getrange.
Parameters:
| Name | Type | Description |
|---|---|---|
arg0 |
string | |
arg1 |
string | |
arg2 |
string | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
getset(arg0, arg1, handler) → {RedisAPI}
Redis command getset.
Parameters:
| Name | Type | Description |
|---|---|---|
arg0 |
string | |
arg1 |
string | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
hdel(args, handler) → {RedisAPI}
Redis command hdel.
Parameters:
| Name | Type | Description |
|---|---|---|
args |
Array.<string> | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
hexists(arg0, arg1, handler) → {RedisAPI}
Redis command hexists.
Parameters:
| Name | Type | Description |
|---|---|---|
arg0 |
string | |
arg1 |
string | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
hget(arg0, arg1, handler) → {RedisAPI}
Redis command hget.
Parameters:
| Name | Type | Description |
|---|---|---|
arg0 |
string | |
arg1 |
string | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
hgetall(arg0, handler) → {RedisAPI}
Redis command hgetall.
Parameters:
| Name | Type | Description |
|---|---|---|
arg0 |
string | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
hincrby(arg0, arg1, arg2, handler) → {RedisAPI}
Redis command hincrby.
Parameters:
| Name | Type | Description |
|---|---|---|
arg0 |
string | |
arg1 |
string | |
arg2 |
string | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
hincrbyfloat(arg0, arg1, arg2, handler) → {RedisAPI}
Redis command hincrbyfloat.
Parameters:
| Name | Type | Description |
|---|---|---|
arg0 |
string | |
arg1 |
string | |
arg2 |
string | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
hkeys(arg0, handler) → {RedisAPI}
Redis command hkeys.
Parameters:
| Name | Type | Description |
|---|---|---|
arg0 |
string | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
hlen(arg0, handler) → {RedisAPI}
Redis command hlen.
Parameters:
| Name | Type | Description |
|---|---|---|
arg0 |
string | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
hmget(args, handler) → {RedisAPI}
Redis command hmget.
Parameters:
| Name | Type | Description |
|---|---|---|
args |
Array.<string> | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
hmset(args, handler) → {RedisAPI}
Redis command hmset.
Parameters:
| Name | Type | Description |
|---|---|---|
args |
Array.<string> | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
host(args, handler) → {RedisAPI}
Redis command host.
Parameters:
| Name | Type | Description |
|---|---|---|
args |
Array.<string> | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
hscan(args, handler) → {RedisAPI}
Redis command hscan.
Parameters:
| Name | Type | Description |
|---|---|---|
args |
Array.<string> | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
hset(args, handler) → {RedisAPI}
Redis command hset.
Parameters:
| Name | Type | Description |
|---|---|---|
args |
Array.<string> | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
hsetnx(arg0, arg1, arg2, handler) → {RedisAPI}
Redis command hsetnx.
Parameters:
| Name | Type | Description |
|---|---|---|
arg0 |
string | |
arg1 |
string | |
arg2 |
string | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
hstrlen(arg0, arg1, handler) → {RedisAPI}
Redis command hstrlen.
Parameters:
| Name | Type | Description |
|---|---|---|
arg0 |
string | |
arg1 |
string | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
hvals(arg0, handler) → {RedisAPI}
Redis command hvals.
Parameters:
| Name | Type | Description |
|---|---|---|
arg0 |
string | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
incr(arg0, handler) → {RedisAPI}
Redis command incr.
Parameters:
| Name | Type | Description |
|---|---|---|
arg0 |
string | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
incrby(arg0, arg1, handler) → {RedisAPI}
Redis command incrby.
Parameters:
| Name | Type | Description |
|---|---|---|
arg0 |
string | |
arg1 |
string | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
incrbyfloat(arg0, arg1, handler) → {RedisAPI}
Redis command incrbyfloat.
Parameters:
| Name | Type | Description |
|---|---|---|
arg0 |
string | |
arg1 |
string | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
info(args, handler) → {RedisAPI}
Redis command info.
Parameters:
| Name | Type | Description |
|---|---|---|
args |
Array.<string> | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
keys(arg0, handler) → {RedisAPI}
Redis command keys.
Parameters:
| Name | Type | Description |
|---|---|---|
arg0 |
string | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
lastsave(handler) → {RedisAPI}
Redis command lastsave.
Parameters:
| Name | Type | Description |
|---|---|---|
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
latency(args, handler) → {RedisAPI}
Redis command latency.
Parameters:
| Name | Type | Description |
|---|---|---|
args |
Array.<string> | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
lindex(arg0, arg1, handler) → {RedisAPI}
Redis command lindex.
Parameters:
| Name | Type | Description |
|---|---|---|
arg0 |
string | |
arg1 |
string | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
linsert(arg0, arg1, arg2, arg3, handler) → {RedisAPI}
Redis command linsert.
Parameters:
| Name | Type | Description |
|---|---|---|
arg0 |
string | |
arg1 |
string | |
arg2 |
string | |
arg3 |
string | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
llen(arg0, handler) → {RedisAPI}
Redis command llen.
Parameters:
| Name | Type | Description |
|---|---|---|
arg0 |
string | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
lolwut(args, handler) → {RedisAPI}
Redis command lolwut.
Parameters:
| Name | Type | Description |
|---|---|---|
args |
Array.<string> | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
lpop(arg0, handler) → {RedisAPI}
Redis command lpop.
Parameters:
| Name | Type | Description |
|---|---|---|
arg0 |
string | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
lpush(args, handler) → {RedisAPI}
Redis command lpush.
Parameters:
| Name | Type | Description |
|---|---|---|
args |
Array.<string> | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
lpushx(args, handler) → {RedisAPI}
Redis command lpushx.
Parameters:
| Name | Type | Description |
|---|---|---|
args |
Array.<string> | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
lrange(arg0, arg1, arg2, handler) → {RedisAPI}
Redis command lrange.
Parameters:
| Name | Type | Description |
|---|---|---|
arg0 |
string | |
arg1 |
string | |
arg2 |
string | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
lrem(arg0, arg1, arg2, handler) → {RedisAPI}
Redis command lrem.
Parameters:
| Name | Type | Description |
|---|---|---|
arg0 |
string | |
arg1 |
string | |
arg2 |
string | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
lset(arg0, arg1, arg2, handler) → {RedisAPI}
Redis command lset.
Parameters:
| Name | Type | Description |
|---|---|---|
arg0 |
string | |
arg1 |
string | |
arg2 |
string | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
ltrim(arg0, arg1, arg2, handler) → {RedisAPI}
Redis command ltrim.
Parameters:
| Name | Type | Description |
|---|---|---|
arg0 |
string | |
arg1 |
string | |
arg2 |
string | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
memory(args, handler) → {RedisAPI}
Redis command memory.
Parameters:
| Name | Type | Description |
|---|---|---|
args |
Array.<string> | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
mget(args, handler) → {RedisAPI}
Redis command mget.
Parameters:
| Name | Type | Description |
|---|---|---|
args |
Array.<string> | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
migrate(args, handler) → {RedisAPI}
Redis command migrate.
Parameters:
| Name | Type | Description |
|---|---|---|
args |
Array.<string> | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
module(args, handler) → {RedisAPI}
Redis command module.
Parameters:
| Name | Type | Description |
|---|---|---|
args |
Array.<string> | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
monitor(handler) → {RedisAPI}
Redis command monitor.
Parameters:
| Name | Type | Description |
|---|---|---|
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
move(arg0, arg1, handler) → {RedisAPI}
Redis command move.
Parameters:
| Name | Type | Description |
|---|---|---|
arg0 |
string | |
arg1 |
string | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
mset(args, handler) → {RedisAPI}
Redis command mset.
Parameters:
| Name | Type | Description |
|---|---|---|
args |
Array.<string> | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
msetnx(args, handler) → {RedisAPI}
Redis command msetnx.
Parameters:
| Name | Type | Description |
|---|---|---|
args |
Array.<string> | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
multi(handler) → {RedisAPI}
Redis command multi.
Parameters:
| Name | Type | Description |
|---|---|---|
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
object(args, handler) → {RedisAPI}
Redis command object.
Parameters:
| Name | Type | Description |
|---|---|---|
args |
Array.<string> | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
persist(arg0, handler) → {RedisAPI}
Redis command persist.
Parameters:
| Name | Type | Description |
|---|---|---|
arg0 |
string | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
pexpire(arg0, arg1, handler) → {RedisAPI}
Redis command pexpire.
Parameters:
| Name | Type | Description |
|---|---|---|
arg0 |
string | |
arg1 |
string | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
pexpireat(arg0, arg1, handler) → {RedisAPI}
Redis command pexpireat.
Parameters:
| Name | Type | Description |
|---|---|---|
arg0 |
string | |
arg1 |
string | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
pfadd(args, handler) → {RedisAPI}
Redis command pfadd.
Parameters:
| Name | Type | Description |
|---|---|---|
args |
Array.<string> | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
pfcount(args, handler) → {RedisAPI}
Redis command pfcount.
Parameters:
| Name | Type | Description |
|---|---|---|
args |
Array.<string> | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
pfdebug(args, handler) → {RedisAPI}
Redis command pfdebug.
Parameters:
| Name | Type | Description |
|---|---|---|
args |
Array.<string> | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
pfmerge(args, handler) → {RedisAPI}
Redis command pfmerge.
Parameters:
| Name | Type | Description |
|---|---|---|
args |
Array.<string> | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
pfselftest(handler) → {RedisAPI}
Redis command pfselftest.
Parameters:
| Name | Type | Description |
|---|---|---|
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
ping(args, handler) → {RedisAPI}
Redis command ping.
Parameters:
| Name | Type | Description |
|---|---|---|
args |
Array.<string> | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
post(args, handler) → {RedisAPI}
Redis command post.
Parameters:
| Name | Type | Description |
|---|---|---|
args |
Array.<string> | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
psetex(arg0, arg1, arg2, handler) → {RedisAPI}
Redis command psetex.
Parameters:
| Name | Type | Description |
|---|---|---|
arg0 |
string | |
arg1 |
string | |
arg2 |
string | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
psubscribe(args, handler) → {RedisAPI}
Redis command psubscribe.
Parameters:
| Name | Type | Description |
|---|---|---|
args |
Array.<string> | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
psync(arg0, arg1, handler) → {RedisAPI}
Redis command psync.
Parameters:
| Name | Type | Description |
|---|---|---|
arg0 |
string | |
arg1 |
string | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
pttl(arg0, handler) → {RedisAPI}
Redis command pttl.
Parameters:
| Name | Type | Description |
|---|---|---|
arg0 |
string | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
publish(arg0, arg1, handler) → {RedisAPI}
Redis command publish.
Parameters:
| Name | Type | Description |
|---|---|---|
arg0 |
string | |
arg1 |
string | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
pubsub(args, handler) → {RedisAPI}
Redis command pubsub.
Parameters:
| Name | Type | Description |
|---|---|---|
args |
Array.<string> | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
punsubscribe(args, handler) → {RedisAPI}
Redis command punsubscribe.
Parameters:
| Name | Type | Description |
|---|---|---|
args |
Array.<string> | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
randomkey(handler) → {RedisAPI}
Redis command randomkey.
Parameters:
| Name | Type | Description |
|---|---|---|
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
readonly(handler) → {RedisAPI}
Redis command readonly.
Parameters:
| Name | Type | Description |
|---|---|---|
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
readwrite(handler) → {RedisAPI}
Redis command readwrite.
Parameters:
| Name | Type | Description |
|---|---|---|
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
rename(arg0, arg1, handler) → {RedisAPI}
Redis command rename.
Parameters:
| Name | Type | Description |
|---|---|---|
arg0 |
string | |
arg1 |
string | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
renamenx(arg0, arg1, handler) → {RedisAPI}
Redis command renamenx.
Parameters:
| Name | Type | Description |
|---|---|---|
arg0 |
string | |
arg1 |
string | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
replconf(args, handler) → {RedisAPI}
Redis command replconf.
Parameters:
| Name | Type | Description |
|---|---|---|
args |
Array.<string> | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
replicaof(arg0, arg1, handler) → {RedisAPI}
Redis command replicaof.
Parameters:
| Name | Type | Description |
|---|---|---|
arg0 |
string | |
arg1 |
string | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
restore(args, handler) → {RedisAPI}
Redis command restore.
Parameters:
| Name | Type | Description |
|---|---|---|
args |
Array.<string> | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
restoreAsking(args, handler) → {RedisAPI}
Redis command restoreAsking.
Parameters:
| Name | Type | Description |
|---|---|---|
args |
Array.<string> | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
role(handler) → {RedisAPI}
Redis command role.
Parameters:
| Name | Type | Description |
|---|---|---|
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
rpop(arg0, handler) → {RedisAPI}
Redis command rpop.
Parameters:
| Name | Type | Description |
|---|---|---|
arg0 |
string | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
rpoplpush(arg0, arg1, handler) → {RedisAPI}
Redis command rpoplpush.
Parameters:
| Name | Type | Description |
|---|---|---|
arg0 |
string | |
arg1 |
string | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
rpush(args, handler) → {RedisAPI}
Redis command rpush.
Parameters:
| Name | Type | Description |
|---|---|---|
args |
Array.<string> | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
rpushx(args, handler) → {RedisAPI}
Redis command rpushx.
Parameters:
| Name | Type | Description |
|---|---|---|
args |
Array.<string> | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
sadd(args, handler) → {RedisAPI}
Redis command sadd.
Parameters:
| Name | Type | Description |
|---|---|---|
args |
Array.<string> | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
save(handler) → {RedisAPI}
Redis command save.
Parameters:
| Name | Type | Description |
|---|---|---|
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
scan(args, handler) → {RedisAPI}
Redis command scan.
Parameters:
| Name | Type | Description |
|---|---|---|
args |
Array.<string> | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
scard(arg0, handler) → {RedisAPI}
Redis command scard.
Parameters:
| Name | Type | Description |
|---|---|---|
arg0 |
string | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
script(args, handler) → {RedisAPI}
Redis command script.
Parameters:
| Name | Type | Description |
|---|---|---|
args |
Array.<string> | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
sdiff(args, handler) → {RedisAPI}
Redis command sdiff.
Parameters:
| Name | Type | Description |
|---|---|---|
args |
Array.<string> | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
sdiffstore(args, handler) → {RedisAPI}
Redis command sdiffstore.
Parameters:
| Name | Type | Description |
|---|---|---|
args |
Array.<string> | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
select(arg0, handler) → {RedisAPI}
Redis command select.
Parameters:
| Name | Type | Description |
|---|---|---|
arg0 |
string | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
set(args, handler) → {RedisAPI}
Redis command set.
Parameters:
| Name | Type | Description |
|---|---|---|
args |
Array.<string> | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
setbit(arg0, arg1, arg2, handler) → {RedisAPI}
Redis command setbit.
Parameters:
| Name | Type | Description |
|---|---|---|
arg0 |
string | |
arg1 |
string | |
arg2 |
string | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
setex(arg0, arg1, arg2, handler) → {RedisAPI}
Redis command setex.
Parameters:
| Name | Type | Description |
|---|---|---|
arg0 |
string | |
arg1 |
string | |
arg2 |
string | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
setnx(arg0, arg1, handler) → {RedisAPI}
Redis command setnx.
Parameters:
| Name | Type | Description |
|---|---|---|
arg0 |
string | |
arg1 |
string | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
setrange(arg0, arg1, arg2, handler) → {RedisAPI}
Redis command setrange.
Parameters:
| Name | Type | Description |
|---|---|---|
arg0 |
string | |
arg1 |
string | |
arg2 |
string | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
shutdown(args, handler) → {RedisAPI}
Redis command shutdown.
Parameters:
| Name | Type | Description |
|---|---|---|
args |
Array.<string> | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
sinter(args, handler) → {RedisAPI}
Redis command sinter.
Parameters:
| Name | Type | Description |
|---|---|---|
args |
Array.<string> | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
sinterstore(args, handler) → {RedisAPI}
Redis command sinterstore.
Parameters:
| Name | Type | Description |
|---|---|---|
args |
Array.<string> | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
sismember(arg0, arg1, handler) → {RedisAPI}
Redis command sismember.
Parameters:
| Name | Type | Description |
|---|---|---|
arg0 |
string | |
arg1 |
string | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
slaveof(arg0, arg1, handler) → {RedisAPI}
Redis command slaveof.
Parameters:
| Name | Type | Description |
|---|---|---|
arg0 |
string | |
arg1 |
string | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
slowlog(args, handler) → {RedisAPI}
Redis command slowlog.
Parameters:
| Name | Type | Description |
|---|---|---|
args |
Array.<string> | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
smembers(arg0, handler) → {RedisAPI}
Redis command smembers.
Parameters:
| Name | Type | Description |
|---|---|---|
arg0 |
string | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
smove(arg0, arg1, arg2, handler) → {RedisAPI}
Redis command smove.
Parameters:
| Name | Type | Description |
|---|---|---|
arg0 |
string | |
arg1 |
string | |
arg2 |
string | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
sort(args, handler) → {RedisAPI}
Redis command sort.
Parameters:
| Name | Type | Description |
|---|---|---|
args |
Array.<string> | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
spop(args, handler) → {RedisAPI}
Redis command spop.
Parameters:
| Name | Type | Description |
|---|---|---|
args |
Array.<string> | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
srandmember(args, handler) → {RedisAPI}
Redis command srandmember.
Parameters:
| Name | Type | Description |
|---|---|---|
args |
Array.<string> | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
srem(args, handler) → {RedisAPI}
Redis command srem.
Parameters:
| Name | Type | Description |
|---|---|---|
args |
Array.<string> | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
sscan(args, handler) → {RedisAPI}
Redis command sscan.
Parameters:
| Name | Type | Description |
|---|---|---|
args |
Array.<string> | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
strlen(arg0, handler) → {RedisAPI}
Redis command strlen.
Parameters:
| Name | Type | Description |
|---|---|---|
arg0 |
string | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
subscribe(args, handler) → {RedisAPI}
Redis command subscribe.
Parameters:
| Name | Type | Description |
|---|---|---|
args |
Array.<string> | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
substr(arg0, arg1, arg2, handler) → {RedisAPI}
Redis command substr.
Parameters:
| Name | Type | Description |
|---|---|---|
arg0 |
string | |
arg1 |
string | |
arg2 |
string | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
sunion(args, handler) → {RedisAPI}
Redis command sunion.
Parameters:
| Name | Type | Description |
|---|---|---|
args |
Array.<string> | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
sunionstore(args, handler) → {RedisAPI}
Redis command sunionstore.
Parameters:
| Name | Type | Description |
|---|---|---|
args |
Array.<string> | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
swapdb(arg0, arg1, handler) → {RedisAPI}
Redis command swapdb.
Parameters:
| Name | Type | Description |
|---|---|---|
arg0 |
string | |
arg1 |
string | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
sync(handler) → {RedisAPI}
Redis command sync.
Parameters:
| Name | Type | Description |
|---|---|---|
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
time(handler) → {RedisAPI}
Redis command time.
Parameters:
| Name | Type | Description |
|---|---|---|
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
touch(args, handler) → {RedisAPI}
Redis command touch.
Parameters:
| Name | Type | Description |
|---|---|---|
args |
Array.<string> | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
ttl(arg0, handler) → {RedisAPI}
Redis command ttl.
Parameters:
| Name | Type | Description |
|---|---|---|
arg0 |
string | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
type(arg0, handler) → {RedisAPI}
Redis command type.
Parameters:
| Name | Type | Description |
|---|---|---|
arg0 |
string | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
unlink(args, handler) → {RedisAPI}
Redis command unlink.
Parameters:
| Name | Type | Description |
|---|---|---|
args |
Array.<string> | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
unsubscribe(args, handler) → {RedisAPI}
Redis command unsubscribe.
Parameters:
| Name | Type | Description |
|---|---|---|
args |
Array.<string> | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
unwatch(handler) → {RedisAPI}
Redis command unwatch.
Parameters:
| Name | Type | Description |
|---|---|---|
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
wait(arg0, arg1, handler) → {RedisAPI}
Redis command wait.
Parameters:
| Name | Type | Description |
|---|---|---|
arg0 |
string | |
arg1 |
string | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
watch(args, handler) → {RedisAPI}
Redis command watch.
Parameters:
| Name | Type | Description |
|---|---|---|
args |
Array.<string> | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
xack(args, handler) → {RedisAPI}
Redis command xack.
Parameters:
| Name | Type | Description |
|---|---|---|
args |
Array.<string> | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
xadd(args, handler) → {RedisAPI}
Redis command xadd.
Parameters:
| Name | Type | Description |
|---|---|---|
args |
Array.<string> | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
xclaim(args, handler) → {RedisAPI}
Redis command xclaim.
Parameters:
| Name | Type | Description |
|---|---|---|
args |
Array.<string> | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
xdel(args, handler) → {RedisAPI}
Redis command xdel.
Parameters:
| Name | Type | Description |
|---|---|---|
args |
Array.<string> | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
xgroup(args, handler) → {RedisAPI}
Redis command xgroup.
Parameters:
| Name | Type | Description |
|---|---|---|
args |
Array.<string> | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
xinfo(args, handler) → {RedisAPI}
Redis command xinfo.
Parameters:
| Name | Type | Description |
|---|---|---|
args |
Array.<string> | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
xlen(arg0, handler) → {RedisAPI}
Redis command xlen.
Parameters:
| Name | Type | Description |
|---|---|---|
arg0 |
string | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
xpending(args, handler) → {RedisAPI}
Redis command xpending.
Parameters:
| Name | Type | Description |
|---|---|---|
args |
Array.<string> | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
xrange(args, handler) → {RedisAPI}
Redis command xrange.
Parameters:
| Name | Type | Description |
|---|---|---|
args |
Array.<string> | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
xread(args, handler) → {RedisAPI}
Redis command xread.
Parameters:
| Name | Type | Description |
|---|---|---|
args |
Array.<string> | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
xreadgroup(args, handler) → {RedisAPI}
Redis command xreadgroup.
Parameters:
| Name | Type | Description |
|---|---|---|
args |
Array.<string> | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
xrevrange(args, handler) → {RedisAPI}
Redis command xrevrange.
Parameters:
| Name | Type | Description |
|---|---|---|
args |
Array.<string> | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
xsetid(arg0, arg1, handler) → {RedisAPI}
Redis command xsetid.
Parameters:
| Name | Type | Description |
|---|---|---|
arg0 |
string | |
arg1 |
string | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
xtrim(args, handler) → {RedisAPI}
Redis command xtrim.
Parameters:
| Name | Type | Description |
|---|---|---|
args |
Array.<string> | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
zadd(args, handler) → {RedisAPI}
Redis command zadd.
Parameters:
| Name | Type | Description |
|---|---|---|
args |
Array.<string> | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
zcard(arg0, handler) → {RedisAPI}
Redis command zcard.
Parameters:
| Name | Type | Description |
|---|---|---|
arg0 |
string | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
zcount(arg0, arg1, arg2, handler) → {RedisAPI}
Redis command zcount.
Parameters:
| Name | Type | Description |
|---|---|---|
arg0 |
string | |
arg1 |
string | |
arg2 |
string | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
zincrby(arg0, arg1, arg2, handler) → {RedisAPI}
Redis command zincrby.
Parameters:
| Name | Type | Description |
|---|---|---|
arg0 |
string | |
arg1 |
string | |
arg2 |
string | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
zinterstore(args, handler) → {RedisAPI}
Redis command zinterstore.
Parameters:
| Name | Type | Description |
|---|---|---|
args |
Array.<string> | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
zlexcount(arg0, arg1, arg2, handler) → {RedisAPI}
Redis command zlexcount.
Parameters:
| Name | Type | Description |
|---|---|---|
arg0 |
string | |
arg1 |
string | |
arg2 |
string | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
zpopmax(args, handler) → {RedisAPI}
Redis command zpopmax.
Parameters:
| Name | Type | Description |
|---|---|---|
args |
Array.<string> | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
zpopmin(args, handler) → {RedisAPI}
Redis command zpopmin.
Parameters:
| Name | Type | Description |
|---|---|---|
args |
Array.<string> | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
zrange(args, handler) → {RedisAPI}
Redis command zrange.
Parameters:
| Name | Type | Description |
|---|---|---|
args |
Array.<string> | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
zrangebylex(args, handler) → {RedisAPI}
Redis command zrangebylex.
Parameters:
| Name | Type | Description |
|---|---|---|
args |
Array.<string> | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
zrangebyscore(args, handler) → {RedisAPI}
Redis command zrangebyscore.
Parameters:
| Name | Type | Description |
|---|---|---|
args |
Array.<string> | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
zrank(arg0, arg1, handler) → {RedisAPI}
Redis command zrank.
Parameters:
| Name | Type | Description |
|---|---|---|
arg0 |
string | |
arg1 |
string | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
zrem(args, handler) → {RedisAPI}
Redis command zrem.
Parameters:
| Name | Type | Description |
|---|---|---|
args |
Array.<string> | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
zremrangebylex(arg0, arg1, arg2, handler) → {RedisAPI}
Redis command zremrangebylex.
Parameters:
| Name | Type | Description |
|---|---|---|
arg0 |
string | |
arg1 |
string | |
arg2 |
string | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
zremrangebyrank(arg0, arg1, arg2, handler) → {RedisAPI}
Redis command zremrangebyrank.
Parameters:
| Name | Type | Description |
|---|---|---|
arg0 |
string | |
arg1 |
string | |
arg2 |
string | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
zremrangebyscore(arg0, arg1, arg2, handler) → {RedisAPI}
Redis command zremrangebyscore.
Parameters:
| Name | Type | Description |
|---|---|---|
arg0 |
string | |
arg1 |
string | |
arg2 |
string | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
zrevrange(args, handler) → {RedisAPI}
Redis command zrevrange.
Parameters:
| Name | Type | Description |
|---|---|---|
args |
Array.<string> | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
zrevrangebylex(args, handler) → {RedisAPI}
Redis command zrevrangebylex.
Parameters:
| Name | Type | Description |
|---|---|---|
args |
Array.<string> | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
zrevrangebyscore(args, handler) → {RedisAPI}
Redis command zrevrangebyscore.
Parameters:
| Name | Type | Description |
|---|---|---|
args |
Array.<string> | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
zrevrank(arg0, arg1, handler) → {RedisAPI}
Redis command zrevrank.
Parameters:
| Name | Type | Description |
|---|---|---|
arg0 |
string | |
arg1 |
string | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
zscan(args, handler) → {RedisAPI}
Redis command zscan.
Parameters:
| Name | Type | Description |
|---|---|---|
args |
Array.<string> | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
zscore(arg0, arg1, handler) → {RedisAPI}
Redis command zscore.
Parameters:
| Name | Type | Description |
|---|---|---|
arg0 |
string | |
arg1 |
string | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI
zunionstore(args, handler) → {RedisAPI}
Redis command zunionstore.
Parameters:
| Name | Type | Description |
|---|---|---|
args |
Array.<string> | |
handler |
function |
- Source:
Returns:
fluent self
- Type
- RedisAPI