fakeredis v0.2.1 FakeRedis

Link to this section Summary

Functions

Link to this section Functions

Link to this function

append(conn, list)

Link to this function

append!(conn, command_args)

Link to this function

command(conn, arg2)

Link to this function

command(conn, command, opts)

Link to this function

command!(conn, command)

Link to this function

command!(conn, command, opts)

Link to this function

decr(conn, key)

Link to this function

decr!(conn, command_args)

Link to this function

decrby(conn, list)

Link to this function

decrby!(conn, command_args)

Link to this function

del(conn, keys, counter \\ 0)

Link to this function

del!(conn, command_args)

Link to this function

end_link(conn_or_name)

Link to this function

exists(conn, keys, counter \\ 0)

Link to this function

exists!(conn, command_args)

Link to this function

expire(conn, list)

Link to this function

expire!(conn, command_args)

Link to this function

expireat(conn, list)

Link to this function

expireat!(conn, command_args)

Link to this function

get!(conn, command_args)

Link to this function

getrange(conn, list)

Link to this function

getrange!(conn, command_args)

Link to this function

getset(conn, command_args)

Link to this function

getset!(conn, command_args)

Link to this function

hdel(conn, list)

Link to this function

hdel!(conn, command_args)

Link to this function

hexists(conn, list)

Link to this function

hexists!(conn, command_args)

Link to this function

hget(conn, list)

Link to this function

hget!(conn, command_args)

Link to this function

hgetall(conn, key)

Link to this function

hgetall!(conn, command_args)

Link to this function

hincrby(conn, list)

Link to this function

hincrby!(conn, command_args)

Link to this function

hkeys(conn, key)

Link to this function

hkeys!(conn, command_args)

Link to this function

hlen(conn, key)

Link to this function

hlen!(conn, command_args)

Link to this function

hmget(conn, list)

Link to this function

hmget!(conn, command_args)

Link to this function

hset(conn, list, nx \\ false)

Link to this function

hset!(conn, command_args)

Link to this function

hsetnx(conn, list)

Link to this function

hsetnx!(conn, command_args)

Link to this function

hvals(conn, key)

Link to this function

hvals!(conn, command_args)

Link to this function

incr(conn, key)

Link to this function

incr!(conn, command_args)

Link to this function

incrby(conn, list)

Link to this function

incrby!(conn, command_args)

Link to this function

lindex(conn, list)

Link to this function

lindex!(conn, command_args)

Link to this function

linsert(conn, list)

Link to this function

linsert!(conn, command_args)

Link to this function

llen(conn, key)

Link to this function

llen!(conn, command_args)

Link to this function

lpop(conn, key)

Link to this function

lpop!(conn, command_args)

Link to this function

lpush(conn, command_args, xx \\ false)

Link to this function

lpush!(conn, command_args)

Link to this function

lpushall!(conn, command_args)

Link to this function

lpushx(conn, command_args)

Link to this function

lpushx!(conn, command_args)

Link to this function

lrem(conn, list)

Link to this function

lrem!(conn, command_args)

Link to this function

lset(conn, list)

Link to this function

lset!(conn, command_args)

Link to this function

ltrim(conn, list)

Link to this function

ltrim!(conn, command_args)

Link to this function

mget(conn, command_args, results \\ [])

Link to this function

mget!(conn, command_args)

Link to this function

mset(conn, command_args, key \\ nil)

Link to this function

mset!(conn, command_args)

Link to this function

msetnx(conn, command_args)

Link to this function

msetnx!(conn, command_args)

Link to this function

persist(conn, key)

Link to this function

persist!(conn, command_args)

Link to this function

pexpire(conn, list)

Link to this function

pexpire!(conn, command_args)

Link to this function

pexpireat(conn, list)

Link to this function

pexpireat!(conn, command_args)

Link to this function

psetex(conn, command_args)

Link to this function

psetex!(conn, command_args)

Link to this function

pttl(conn, key)

Link to this function

pttl!(conn, command_args)

Link to this function

push(conn, list, xx \\ false, pushall_func)

Link to this function

rpop(conn, key)

Link to this function

rpop!(conn, command_args)

Link to this function

rpoplpush(conn, list)

Link to this function

rpoplpush!(conn, command_args)

Link to this function

rpush(conn, command_args, xx \\ false)

Link to this function

rpush!(conn, command_args)

Link to this function

rpushx(conn, command_args)

Link to this function

rpushx!(conn, command_args)

Link to this function

set(conn, list)

Link to this function

set!(conn, command_args)

Link to this function

setex(conn, command_args)

Link to this function

setex!(conn, command_args)

Link to this function

setnx(conn, command_args)

Link to this function

setnx!(conn, command_args)

Link to this function

setrange(conn, list)

Link to this function

setrange!(conn, command_args)

Link to this function

start_link(name, options \\ [:named_table, :public])

Link to this function

stop(conn_or_name)

Link to this function

strlen(conn, key)

Link to this function

strlen!(conn, command_args)

Link to this function

ttl!(conn, command_args)