Exq.Redis.Connection (exq v0.19.0) View Source

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

del!(redis, key, options \\ [])

View Source
Link to this function

expire!(redis, key, time \\ 10)

View Source
Link to this function

keys!(redis, search \\ "*")

View Source
Link to this function

lpush!(redis, key, value)

View Source
Link to this function

lrange!(redis, list, range_start \\ "0", range_end \\ "-1")

View Source
Link to this function

lrem!(redis, list, value, count \\ 1, options \\ [])

View Source
Link to this function

q(redis, command, options \\ [])

View Source
Link to this function

qp(redis, command, options \\ [])

View Source
Link to this function

qp!(redis, command, options \\ [])

View Source
Link to this function

rpush!(redis, key, value)

View Source
Link to this function

sadd!(redis, set, member)

View Source
Link to this function

scan!(redis, cursor, search, count)

View Source
Link to this function

set!(redis, key, val \\ 0)

View Source
Link to this function

sismember!(redis, set, member)

View Source
Link to this function

srem!(redis, set, member)

View Source
Link to this function

zadd(redis, set, score, member, options \\ [])

View Source
Link to this function

zadd!(redis, set, score, member)

View Source
Link to this function

zcount!(redis, set, min \\ "-inf", max \\ "+inf")

View Source
Link to this function

zrange!(redis, set, range_start \\ "0", range_end \\ "-1")

View Source
Link to this function

zrangebyscore(redis, set, min \\ "0", max \\ "+inf")

View Source
Link to this function

zrangebyscore!(redis, set, min \\ "0", max \\ "+inf")

View Source
Link to this function

zrangebyscorewithlimit!(redis, set, offset, size, min \\ "0", max \\ "+inf")

View Source
Link to this function

zrangebyscorewithscore(redis, set, min \\ "0", max \\ "+inf")

View Source
Link to this function

zrangebyscorewithscore!(redis, set, min \\ "0", max \\ "+inf")

View Source
Link to this function

zrangebyscorewithscoreandlimit!(redis, set, offset, size, min \\ "0", max \\ "+inf")

View Source
Link to this function

zrem(redis, set, member)

View Source
Link to this function

zrem!(redis, set, members)

View Source
Link to this function

zrevrangebyscorewithlimit!(redis, set, offset, size, min \\ "0", max \\ "+inf")

View Source
Link to this function

zrevrangebyscorewithscoreandlimit!(redis, set, offset, size, min \\ "0", max \\ "+inf")

View Source