exq v0.13.2 Exq.Redis.Connection
The Connection module encapsulates interaction with a live Redis connection or pool.
Link to this section Summary
Link to this section Functions
Link to this function
decr!(redis, key)
Link to this function
del!(redis, key)
Link to this function
expire!(redis, key, time \\ 10)
Link to this function
flushdb!(redis)
Link to this function
get!(redis, key)
Link to this function
incr!(redis, key)
Link to this function
keys!(redis, search \\ "*")
Link to this function
llen!(redis, list)
Link to this function
lpop(redis, key)
Link to this function
lpush!(redis, key, value)
Link to this function
lrange!(redis, list, range_start \\ "0", range_end \\ "-1")
Link to this function
lrem!(redis, list, value, count \\ 1)
Link to this function
q(redis, command)
Link to this function
qp(redis, command)
Link to this function
qp!(redis, command)
Link to this function
rpoplpush(redis, key, backup)
Link to this function
rpush!(redis, key, value)
Link to this function
sadd!(redis, set, member)
Link to this function
scan!(redis, cursor, search, count)
Link to this function
scard!(redis, set)
Link to this function
set!(redis, key, val \\ 0)
Link to this function
sismember!(redis, set, member)
Link to this function
smembers!(redis, set)
Link to this function
srem!(redis, set, member)
Link to this function
zadd(redis, set, score, member)
Link to this function
zadd!(redis, set, score, member)
Link to this function
zcard!(redis, set)
Link to this function
zcount!(redis, set, min \\ "-inf", max \\ "+inf")
Link to this function
zrange!(redis, set, range_start \\ "0", range_end \\ "-1")
Link to this function
zrangebyscore(redis, set, min \\ "0", max \\ "+inf")
Link to this function
zrangebyscore!(redis, set, min \\ "0", max \\ "+inf")
Link to this function
zrangebyscorewithscore!(redis, set, min \\ "0", max \\ "+inf")
Link to this function
zrem(redis, set, member)
Link to this function