Toggle Sidebar
Toggle Theme
exredis
v0.3.0
Pages
Modules
Exredis
Top
Summary
Types
reconnect_sleep/0
start_link/0
Functions
query/2
query/3
query_pipe/2
query_pipe/3
start_link/0
start_link/1
start_link/5
start_using_connection_string/2
stop/1
Exredis.Api
Top
Summary
Functions
append/2
append/3
auth/1
auth/2
bgrewriteaof/0
bgrewriteaof/1
bgsave/0
bgsave/1
bitcount/1
bitcount/2
bitcount/3
bitcount/4
bitop/3
bitop/4
blpop/2
blpop/3
brpop/2
brpop/3
brpoplpush/3
brpoplpush/4
dbsize/0
dbsize/1
decr/1
decr/2
decrby/2
decrby/3
defaultclient/0
del/1
del/2
discard/0
discard/1
dump/1
dump/2
echo/1
echo/2
eval/4
eval/5
evalsha/4
evalsha/5
exec/0
exec/1
exists/1
exists/2
expire/2
expire/3
expireat/2
expireat/3
flushall/0
flushall/1
flushdb/0
flushdb/1
get/1
get/2
getbit/2
getbit/3
getrange/3
getrange/4
getset/2
getset/3
hdel/2
hdel/3
hexists/2
hexists/3
hget/2
hget/3
hgetall/1
hgetall/2
hincrby/3
hincrby/4
hincrbyfloat/3
hincrbyfloat/4
hkeys/1
hkeys/2
hlen/1
hlen/2
hmget/2
hmget/3
hmset/2
hmset/3
hset/3
hset/4
hsetnx/3
hsetnx/4
hvals/1
hvals/2
incr/1
incr/2
incrby/2
incrby/3
incrbyfloat/2
incrbyfloat/3
info/1
info/2
keys/1
keys/2
lastsave/0
lastsave/1
lindex/2
lindex/3
linsert/4
linsert/5
llen/1
llen/2
lpop/1
lpop/2
lpush/2
lpush/3
lpushx/2
lpushx/3
lrange/3
lrange/4
lrem/3
lrem/4
lset/3
lset/4
ltrim/3
ltrim/4
mget/1
mget/2
monitor/0
monitor/1
move/2
move/3
mset/1
mset/2
msetnx/2
msetnx/3
multi/0
multi/1
persist/1
persist/2
pexpire/2
pexpire/3
pexpireat/2
pexpireat/3
ping/0
ping/1
psetex/3
psetex/4
psubscribe/1
psubscribe/2
pttl/1
pttl/2
publish/2
publish/3
punsubscribe/1
punsubscribe/2
quit/0
quit/1
randomkey/0
randomkey/1
rename/2
rename/3
renamenx/2
renamenx/3
restore/3
restore/4
rpop/1
rpop/2
rpoplpush/2
rpoplpush/3
rpush/2
rpush/3
rpushx/2
rpushx/3
sadd/2
sadd/3
save/0
save/1
scard/1
scard/2
script_exists/1
script_exists/2
script_flush/0
script_flush/1
script_kill/0
script_kill/1
script_load/1
script_load/2
sdiff/1
sdiff/2
sdiffstore/2
sdiffstore/3
select/1
select/2
set/2
set/3
setbit/3
setbit/4
setex/3
setex/4
setnx/2
setnx/3
setrange/3
setrange/4
sinter/1
sinter/2
sinterstore/2
sinterstore/3
sismember/2
sismember/3
slaveof/2
slaveof/3
slowlog/1
slowlog/2
smembers/1
smembers/2
smove/3
smove/4
sort/1
sort/2
spop/1
spop/2
srandmember/1
srandmember/2
srem/2
srem/3
strlen/1
strlen/2
subscribe/1
subscribe/2
sunion/1
sunion/2
sunionstore/2
sunionstore/3
sync/0
sync/1
time/0
time/1
ttl/1
ttl/2
type/1
type/2
unsubscribe/1
unsubscribe/2
unwatch/0
unwatch/1
watch/1
watch/2
zadd/3
zadd/4
zcard/1
zcard/2
zcount/3
zcount/4
zincrby/3
zincrby/4
zinterstore/3
zinterstore/4
zrange/3
zrange/4
zrangebyscore/3
zrangebyscore/4
zrank/2
zrank/3
zrem/2
zrem/3
zremrangebyrank/3
zremrangebyrank/4
zremrangebyscore/3
zremrangebyscore/4
zrevrange/3
zrevrange/4
zrevrangebyscore/3
zrevrangebyscore/4
zrevrank/2
zrevrank/3
zscore/2
zscore/3
zunionstore/2
zunionstore/3
Exredis.Api.Helper
Top
Summary
Functions
defredis/3
Exredis.Config
Top
Summary
Functions
fetch_env/0
parse/1
settings/0
Exredis.Config.Config
Exredis.Script
Top
Summary
Functions
defredis_script/2
load_script/2
Exredis.Sub
Top
Summary
Types
behaviour/0
max_queue/0
reconnect/0
start_link/0
Functions
psubscribe/3
start_link/0
start_link/6
start_using_connection_string/4
stop/1
subscribe/3
exredis v0.3.0
Exredis.Api
View Source
High-level API
Link to this section
Summary
Functions
append(key, value)
append(client, key, value)
auth(password)
auth(client, password)
bgrewriteaof()
bgrewriteaof(client)
bgsave()
bgsave(client)
bitcount(key)
bitcount(client, key)
bitcount(key, start, end)
bitcount(client, key, start, end)
bitop(operation, destkey, key)
bitop(client, operation, destkey, key)
blpop(key, timeout)
blpop(client, key, timeout)
brpop(key, timeout)
brpop(client, key, timeout)
brpoplpush(source, destination, timeout)
brpoplpush(client, source, destination, timeout)
dbsize()
dbsize(client)
decr(key)
decr(client, key)
decrby(key, decrement)
decrby(client, key, decrement)
defaultclient()
del(key)
del(client, key)
discard()
discard(client)
dump(key)
dump(client, key)
echo(message)
echo(client, message)
eval(script, numkeys, keys, args)
eval(client, script, numkeys, keys, args)
evalsha(scriptsha, numkeys, keys, args)
evalsha(client, scriptsha, numkeys, keys, args)
exec()
exec(client)
exists(key)
exists(client, key)
expire(key, seconds)
expire(client, key, seconds)
expireat(key, timestamp)
expireat(client, key, timestamp)
flushall()
flushall(client)
flushdb()
flushdb(client)
get(key)
get(client, key)
getbit(key, offset)
getbit(client, key, offset)
getrange(key, start, end)
getrange(client, key, start, end)
getset(key, value)
getset(client, key, value)
hdel(key, field)
hdel(client, key, field)
hexists(key, field)
hexists(client, key, field)
hget(key, field)
hget(client, key, field)
hgetall(key)
hgetall(client, key)
hincrby(key, field, increment)
hincrby(client, key, field, increment)
hincrbyfloat(key, field, increment)
hincrbyfloat(client, key, field, increment)
hkeys(key)
hkeys(client, key)
hlen(key)
hlen(client, key)
hmget(key, field)
hmget(client, key, field)
hmset(key, vals)
hmset(client, key, vals)
hset(key, field, value)
hset(client, key, field, value)
hsetnx(key, field, value)
hsetnx(client, key, field, value)
hvals(key)
hvals(client, key)
incr(key)
incr(client, key)
incrby(key, increment)
incrby(client, key, increment)
incrbyfloat(key, increment)
incrbyfloat(client, key, increment)
info(key)
info(client, key)
keys(pattern)
keys(client, pattern)
lastsave()
lastsave(client)
lindex(key, index)
lindex(client, key, index)
linsert(key, before_after, pivot, value)
linsert(client, key, before_after, pivot, value)
llen(key)
llen(client, key)
lpop(key)
lpop(client, key)
lpush(key, value)
lpush(client, key, value)
lpushx(key, value)
lpushx(client, key, value)
lrange(key, start, stop)
lrange(client, key, start, stop)
lrem(key, count, value)
lrem(client, key, count, value)
lset(key, index, value)
lset(client, key, index, value)
ltrim(key, start, stop)
ltrim(client, key, start, stop)
mget(key)
mget(client, key)
monitor()
monitor(client)
move(key, db)
move(client, key, db)
mset(vals)
mset(client, vals)
msetnx(key, value)
msetnx(client, key, value)
multi()
multi(client)
persist(key)
persist(client, key)
pexpire(key, milliseconds)
pexpire(client, key, milliseconds)
pexpireat(key, milli_timestamp)
pexpireat(client, key, milli_timestamp)
ping()
ping(client)
psetex(key, milliseconds, value)
psetex(client, key, milliseconds, value)
psubscribe(pattern)
psubscribe(client, pattern)
pttl(key)
pttl(client, key)
publish(channel, message)
publish(client, channel, message)
punsubscribe(pattern)
punsubscribe(client, pattern)
quit()
quit(client)
randomkey()
randomkey(client)
rename(key, newkey)
rename(client, key, newkey)
renamenx(key, newkey)
renamenx(client, key, newkey)
restore(key, ttl, serialized_value)
restore(client, key, ttl, serialized_value)
rpop(key)
rpop(client, key)
rpoplpush(source, destination)
rpoplpush(client, source, destination)
rpush(key, value)
rpush(client, key, value)
rpushx(key, value)
rpushx(client, key, value)
sadd(key, member)
sadd(client, key, member)
save()
save(client)
scard(key)
scard(client, key)
script_exists(shasum)
script_exists(client, shasum)
script_flush()
script_flush(client)
script_kill()
script_kill(client)
script_load(script)
script_load(client, script)
sdiff(key)
sdiff(client, key)
sdiffstore(destination, key)
sdiffstore(client, destination, key)
select(index)
select(client, index)
set(key, value)
set(client, key, value)
setbit(key, offset, value)
setbit(client, key, offset, value)
setex(key, seconds, value)
setex(client, key, seconds, value)
setnx(key, value)
setnx(client, key, value)
setrange(key, offset, value)
setrange(client, key, offset, value)
sinter(key)
sinter(client, key)
sinterstore(destination, key)
sinterstore(client, destination, key)
sismember(key, member)
sismember(client, key, member)
slaveof(host, port)
slaveof(client, host, port)
slowlog(subcommand)
slowlog(client, subcommand)
smembers(key)
smembers(client, key)
smove(source, destination, member)
smove(client, source, destination, member)
sort(key)
sort(client, key)
spop(key)
spop(client, key)
srandmember(key)
srandmember(client, key)
srem(key, member)
srem(client, key, member)
strlen(key)
strlen(client, key)
subscribe(channel)
subscribe(client, channel)
sunion(key)
sunion(client, key)
sunionstore(destination, key)
sunionstore(client, destination, key)
sync()
sync(client)
time()
time(client)
ttl(key)
ttl(client, key)
type(key)
type(client, key)
unsubscribe(channel)
unsubscribe(client, channel)
unwatch()
unwatch(client)
watch(key)
watch(client, key)
zadd(key, score, member)
zadd(client, key, score, member)
zcard(key)
zcard(client, key)
zcount(key, min, max)
zcount(client, key, min, max)
zincrby(key, increment, member)
zincrby(client, key, increment, member)
zinterstore(destination, numkeys, key)
zinterstore(client, destination, numkeys, key)
zrange(key, start, stop)
zrange(client, key, start, stop)
zrangebyscore(key, start, stop)
zrangebyscore(client, key, start, stop)
zrank(key, member)
zrank(client, key, member)
zrem(key, member)
zrem(client, key, member)
zremrangebyrank(key, start, stop)
zremrangebyrank(client, key, start, stop)
zremrangebyscore(key, min, max)
zremrangebyscore(client, key, min, max)
zrevrange(key, start, stop)
zrevrange(client, key, start, stop)
zrevrangebyscore(key, min, max)
zrevrangebyscore(client, key, min, max)
zrevrank(key, member)
zrevrank(client, key, member)
zscore(key, member)
zscore(client, key, member)
zunionstore(destination, key)
zunionstore(client, destination, key)
Link to this section
Functions
Link to this function
append(key, value)
View Source
Link to this function
append(client, key, value)
View Source
Link to this function
auth(password)
View Source
Link to this function
auth(client, password)
View Source
Link to this function
bgrewriteaof()
View Source
Link to this function
bgrewriteaof(client)
View Source
Link to this function
bgsave()
View Source
Link to this function
bgsave(client)
View Source
Link to this function
bitcount(key)
View Source
Link to this function
bitcount(client, key)
View Source
Link to this function
bitcount(key, start, end)
View Source
Link to this function
bitcount(client, key, start, end)
View Source
Link to this function
bitop(operation, destkey, key)
View Source
Link to this function
bitop(client, operation, destkey, key)
View Source
Link to this function
blpop(key, timeout)
View Source
Link to this function
blpop(client, key, timeout)
View Source
Link to this function
brpop(key, timeout)
View Source
Link to this function
brpop(client, key, timeout)
View Source
Link to this function
brpoplpush(source, destination, timeout)
View Source
Link to this function
brpoplpush(client, source, destination, timeout)
View Source
Link to this function
dbsize()
View Source
Link to this function
dbsize(client)
View Source
Link to this function
decr(key)
View Source
Link to this function
decr(client, key)
View Source
Link to this function
decrby(key, decrement)
View Source
Link to this function
decrby(client, key, decrement)
View Source
Link to this function
defaultclient()
View Source
Link to this function
del(key)
View Source
Link to this function
del(client, key)
View Source
Link to this function
discard()
View Source
Link to this function
discard(client)
View Source
Link to this function
dump(key)
View Source
Link to this function
dump(client, key)
View Source
Link to this function
echo(message)
View Source
Link to this function
echo(client, message)
View Source
Link to this function
eval(script, numkeys, keys, args)
View Source
Link to this function
eval(client, script, numkeys, keys, args)
View Source
Link to this function
evalsha(scriptsha, numkeys, keys, args)
View Source
Link to this function
evalsha(client, scriptsha, numkeys, keys, args)
View Source
Link to this function
exec()
View Source
Link to this function
exec(client)
View Source
Link to this function
exists(key)
View Source
Link to this function
exists(client, key)
View Source
Link to this function
expire(key, seconds)
View Source
Link to this function
expire(client, key, seconds)
View Source
Link to this function
expireat(key, timestamp)
View Source
Link to this function
expireat(client, key, timestamp)
View Source
Link to this function
flushall()
View Source
Link to this function
flushall(client)
View Source
Link to this function
flushdb()
View Source
Link to this function
flushdb(client)
View Source
Link to this function
get(key)
View Source
Link to this function
get(client, key)
View Source
Link to this function
getbit(key, offset)
View Source
Link to this function
getbit(client, key, offset)
View Source
Link to this function
getrange(key, start, end)
View Source
Link to this function
getrange(client, key, start, end)
View Source
Link to this function
getset(key, value)
View Source
Link to this function
getset(client, key, value)
View Source
Link to this function
hdel(key, field)
View Source
Link to this function
hdel(client, key, field)
View Source
Link to this function
hexists(key, field)
View Source
Link to this function
hexists(client, key, field)
View Source
Link to this function
hget(key, field)
View Source
Link to this function
hget(client, key, field)
View Source
Link to this function
hgetall(key)
View Source
Link to this function
hgetall(client, key)
View Source
Link to this function
hincrby(key, field, increment)
View Source
Link to this function
hincrby(client, key, field, increment)
View Source
Link to this function
hincrbyfloat(key, field, increment)
View Source
Link to this function
hincrbyfloat(client, key, field, increment)
View Source
Link to this function
hkeys(key)
View Source
Link to this function
hkeys(client, key)
View Source
Link to this function
hlen(key)
View Source
Link to this function
hlen(client, key)
View Source
Link to this function
hmget(key, field)
View Source
Link to this function
hmget(client, key, field)
View Source
Link to this function
hmset(key, vals)
View Source
Link to this function
hmset(client, key, vals)
View Source
Link to this function
hset(key, field, value)
View Source
Link to this function
hset(client, key, field, value)
View Source
Link to this function
hsetnx(key, field, value)
View Source
Link to this function
hsetnx(client, key, field, value)
View Source
Link to this function
hvals(key)
View Source
Link to this function
hvals(client, key)
View Source
Link to this function
incr(key)
View Source
Link to this function
incr(client, key)
View Source
Link to this function
incrby(key, increment)
View Source
Link to this function
incrby(client, key, increment)
View Source
Link to this function
incrbyfloat(key, increment)
View Source
Link to this function
incrbyfloat(client, key, increment)
View Source
Link to this function
info(key)
View Source
Link to this function
info(client, key)
View Source
Link to this function
keys(pattern)
View Source
Link to this function
keys(client, pattern)
View Source
Link to this function
lastsave()
View Source
Link to this function
lastsave(client)
View Source
Link to this function
lindex(key, index)
View Source
Link to this function
lindex(client, key, index)
View Source
Link to this function
linsert(key, before_after, pivot, value)
View Source
Link to this function
linsert(client, key, before_after, pivot, value)
View Source
Link to this function
llen(key)
View Source
Link to this function
llen(client, key)
View Source
Link to this function
lpop(key)
View Source
Link to this function
lpop(client, key)
View Source
Link to this function
lpush(key, value)
View Source
Link to this function
lpush(client, key, value)
View Source
Link to this function
lpushx(key, value)
View Source
Link to this function
lpushx(client, key, value)
View Source
Link to this function
lrange(key, start, stop)
View Source
Link to this function
lrange(client, key, start, stop)
View Source
Link to this function
lrem(key, count, value)
View Source
Link to this function
lrem(client, key, count, value)
View Source
Link to this function
lset(key, index, value)
View Source
Link to this function
lset(client, key, index, value)
View Source
Link to this function
ltrim(key, start, stop)
View Source
Link to this function
ltrim(client, key, start, stop)
View Source
Link to this function
mget(key)
View Source
Link to this function
mget(client, key)
View Source
Link to this function
monitor()
View Source
Link to this function
monitor(client)
View Source
Link to this function
move(key, db)
View Source
Link to this function
move(client, key, db)
View Source
Link to this function
mset(vals)
View Source
Link to this function
mset(client, vals)
View Source
Link to this function
msetnx(key, value)
View Source
Link to this function
msetnx(client, key, value)
View Source
Link to this function
multi()
View Source
Link to this function
multi(client)
View Source
Link to this function
persist(key)
View Source
Link to this function
persist(client, key)
View Source
Link to this function
pexpire(key, milliseconds)
View Source
Link to this function
pexpire(client, key, milliseconds)
View Source
Link to this function
pexpireat(key, milli_timestamp)
View Source
Link to this function
pexpireat(client, key, milli_timestamp)
View Source
Link to this function
ping()
View Source
Link to this function
ping(client)
View Source
Link to this function
psetex(key, milliseconds, value)
View Source
Link to this function
psetex(client, key, milliseconds, value)
View Source
Link to this function
psubscribe(pattern)
View Source
Link to this function
psubscribe(client, pattern)
View Source
Link to this function
pttl(key)
View Source
Link to this function
pttl(client, key)
View Source
Link to this function
publish(channel, message)
View Source
Link to this function
publish(client, channel, message)
View Source
Link to this function
punsubscribe(pattern)
View Source
Link to this function
punsubscribe(client, pattern)
View Source
Link to this function
quit()
View Source
Link to this function
quit(client)
View Source
Link to this function
randomkey()
View Source
Link to this function
randomkey(client)
View Source
Link to this function
rename(key, newkey)
View Source
Link to this function
rename(client, key, newkey)
View Source
Link to this function
renamenx(key, newkey)
View Source
Link to this function
renamenx(client, key, newkey)
View Source
Link to this function
restore(key, ttl, serialized_value)
View Source
Link to this function
restore(client, key, ttl, serialized_value)
View Source
Link to this function
rpop(key)
View Source
Link to this function
rpop(client, key)
View Source
Link to this function
rpoplpush(source, destination)
View Source
Link to this function
rpoplpush(client, source, destination)
View Source
Link to this function
rpush(key, value)
View Source
Link to this function
rpush(client, key, value)
View Source
Link to this function
rpushx(key, value)
View Source
Link to this function
rpushx(client, key, value)
View Source
Link to this function
sadd(key, member)
View Source
Link to this function
sadd(client, key, member)
View Source
Link to this function
save()
View Source
Link to this function
save(client)
View Source
Link to this function
scard(key)
View Source
Link to this function
scard(client, key)
View Source
Link to this function
script_exists(shasum)
View Source
Link to this function
script_exists(client, shasum)
View Source
Link to this function
script_flush()
View Source
Link to this function
script_flush(client)
View Source
Link to this function
script_kill()
View Source
Link to this function
script_kill(client)
View Source
Link to this function
script_load(script)
View Source
Link to this function
script_load(client, script)
View Source
Link to this function
sdiff(key)
View Source
Link to this function
sdiff(client, key)
View Source
Link to this function
sdiffstore(destination, key)
View Source
Link to this function
sdiffstore(client, destination, key)
View Source
Link to this function
select(index)
View Source
Link to this function
select(client, index)
View Source
Link to this function
set(key, value)
View Source
Link to this function
set(client, key, value)
View Source
Link to this function
setbit(key, offset, value)
View Source
Link to this function
setbit(client, key, offset, value)
View Source
Link to this function
setex(key, seconds, value)
View Source
Link to this function
setex(client, key, seconds, value)
View Source
Link to this function
setnx(key, value)
View Source
Link to this function
setnx(client, key, value)
View Source
Link to this function
setrange(key, offset, value)
View Source
Link to this function
setrange(client, key, offset, value)
View Source
Link to this function
sinter(key)
View Source
Link to this function
sinter(client, key)
View Source
Link to this function
sinterstore(destination, key)
View Source
Link to this function
sinterstore(client, destination, key)
View Source
Link to this function
sismember(key, member)
View Source
Link to this function
sismember(client, key, member)
View Source
Link to this function
slaveof(host, port)
View Source
Link to this function
slaveof(client, host, port)
View Source
Link to this function
slowlog(subcommand)
View Source
Link to this function
slowlog(client, subcommand)
View Source
Link to this function
smembers(key)
View Source
Link to this function
smembers(client, key)
View Source
Link to this function
smove(source, destination, member)
View Source
Link to this function
smove(client, source, destination, member)
View Source
Link to this function
sort(key)
View Source
Link to this function
sort(client, key)
View Source
Link to this function
spop(key)
View Source
Link to this function
spop(client, key)
View Source
Link to this function
srandmember(key)
View Source
Link to this function
srandmember(client, key)
View Source
Link to this function
srem(key, member)
View Source
Link to this function
srem(client, key, member)
View Source
Link to this function
strlen(key)
View Source
Link to this function
strlen(client, key)
View Source
Link to this function
subscribe(channel)
View Source
Link to this function
subscribe(client, channel)
View Source
Link to this function
sunion(key)
View Source
Link to this function
sunion(client, key)
View Source
Link to this function
sunionstore(destination, key)
View Source
Link to this function
sunionstore(client, destination, key)
View Source
Link to this function
sync()
View Source
Link to this function
sync(client)
View Source
Link to this function
time()
View Source
Link to this function
time(client)
View Source
Link to this function
ttl(key)
View Source
Link to this function
ttl(client, key)
View Source
Link to this function
type(key)
View Source
Link to this function
type(client, key)
View Source
Link to this function
unsubscribe(channel)
View Source
Link to this function
unsubscribe(client, channel)
View Source
Link to this function
unwatch()
View Source
Link to this function
unwatch(client)
View Source
Link to this function
watch(key)
View Source
Link to this function
watch(client, key)
View Source
Link to this function
zadd(key, score, member)
View Source
Link to this function
zadd(client, key, score, member)
View Source
Link to this function
zcard(key)
View Source
Link to this function
zcard(client, key)
View Source
Link to this function
zcount(key, min, max)
View Source
Link to this function
zcount(client, key, min, max)
View Source
Link to this function
zincrby(key, increment, member)
View Source
Link to this function
zincrby(client, key, increment, member)
View Source
Link to this function
zinterstore(destination, numkeys, key)
View Source
Link to this function
zinterstore(client, destination, numkeys, key)
View Source
Link to this function
zrange(key, start, stop)
View Source
Link to this function
zrange(client, key, start, stop)
View Source
Link to this function
zrangebyscore(key, start, stop)
View Source
Link to this function
zrangebyscore(client, key, start, stop)
View Source
Link to this function
zrank(key, member)
View Source
Link to this function
zrank(client, key, member)
View Source
Link to this function
zrem(key, member)
View Source
Link to this function
zrem(client, key, member)
View Source
Link to this function
zremrangebyrank(key, start, stop)
View Source
Link to this function
zremrangebyrank(client, key, start, stop)
View Source
Link to this function
zremrangebyscore(key, min, max)
View Source
Link to this function
zremrangebyscore(client, key, min, max)
View Source
Link to this function
zrevrange(key, start, stop)
View Source
Link to this function
zrevrange(client, key, start, stop)
View Source
Link to this function
zrevrangebyscore(key, min, max)
View Source
Link to this function
zrevrangebyscore(client, key, min, max)
View Source
Link to this function
zrevrank(key, member)
View Source
Link to this function
zrevrank(client, key, member)
View Source
Link to this function
zscore(key, member)
View Source
Link to this function
zscore(client, key, member)
View Source
Link to this function
zunionstore(destination, key)
View Source
Link to this function
zunionstore(client, destination, key)
View Source