Index

_ | A | B | C | D | E | F | G | H | I | K | L | M | N | O | P | Q | R | S | T | U | W | Z

_

_Sender (class in aioredis.pubsub)

A

AbcChannel (class in aioredis.abc)
AbcConnection (class in aioredis.abc)
AbcPool (class in aioredis.abc)
acquire() (aioredis.abc.AbcPool method)
(aioredis.RedisPool method)
address (aioredis.abc.AbcConnection attribute)
(aioredis.RedisConnection attribute)
(aioredis.abc.AbcPool attribute)
aioredis (module)
aioredis.abc (module)
aioredis.commands (module), [1]
aioredis.pubsub (module)
append() (aioredis.commands.StringCommandsMixin method)
asyncio
auth() (aioredis.Redis method)
(aioredis.RedisConnection method)

B

bgrewriteaof() (aioredis.commands.ServerCommandsMixin method), [1]
bgsave() (aioredis.commands.ServerCommandsMixin method), [1]
bitcount() (aioredis.commands.StringCommandsMixin method)
bitop_and() (aioredis.commands.StringCommandsMixin method)
bitop_not() (aioredis.commands.StringCommandsMixin method)
bitop_or() (aioredis.commands.StringCommandsMixin method)
bitop_xor() (aioredis.commands.StringCommandsMixin method)
bitpos() (aioredis.commands.StringCommandsMixin method)
blpop() (aioredis.commands.ListCommandsMixin method)
brpop() (aioredis.commands.ListCommandsMixin method)
brpoplpush() (aioredis.commands.ListCommandsMixin method)

C

Channel (class in aioredis)
channel() (aioredis.pubsub.Receiver method)
ChannelClosedError
channels (aioredis.commands.PubSubCommandsMixin attribute)
(aioredis.pubsub.Receiver attribute)
clear() (aioredis.RedisPool method)
client_getname() (aioredis.commands.ServerCommandsMixin method), [1]
client_kill() (aioredis.commands.ServerCommandsMixin method), [1]
client_list() (aioredis.commands.ServerCommandsMixin method), [1]
client_pause() (aioredis.commands.ServerCommandsMixin method), [1]
client_setname() (aioredis.commands.ServerCommandsMixin method), [1]
close() (aioredis.abc.AbcChannel method)
(aioredis.RedisConnection method)
(aioredis.RedisPool method)
(aioredis.abc.AbcConnection method)
closed (aioredis.abc.AbcConnection attribute)
(aioredis.Redis attribute)
(aioredis.RedisConnection attribute)
(aioredis.RedisPool attribute)
config_get() (aioredis.commands.ServerCommandsMixin method), [1]
config_resetstat() (aioredis.commands.ServerCommandsMixin method), [1]
config_rewrite() (aioredis.commands.ServerCommandsMixin method), [1]
config_set() (aioredis.commands.ServerCommandsMixin method), [1]
connection (aioredis.Redis attribute)
ConnectionClosedError
create_connection() (built-in function)
(in module aioredis)
create_pool() (built-in function)
(in module aioredis)
create_reconnecting_redis() (in module aioredis)
create_redis() (built-in function)
(in module aioredis)

D

db (aioredis.abc.AbcConnection attribute)
(aioredis.Redis attribute)
(aioredis.RedisConnection attribute)
(aioredis.RedisPool attribute)
dbsize() (aioredis.commands.ServerCommandsMixin method), [1]
debug_object() (aioredis.commands.ServerCommandsMixin method), [1]
debug_segfault() (aioredis.commands.ServerCommandsMixin method), [1]
decr() (aioredis.commands.StringCommandsMixin method)
decrby() (aioredis.commands.StringCommandsMixin method)
delete() (aioredis.commands.GenericCommandsMixin method)
dump() (aioredis.commands.GenericCommandsMixin method)

E

echo() (aioredis.Redis method)
encoding (aioredis.abc.AbcConnection attribute)
(aioredis.Redis attribute)
(aioredis.RedisConnection attribute)
(aioredis.RedisPool attribute)
error replies
eval() (aioredis.commands.ScriptingCommandsMixin method)
evalsha() (aioredis.commands.ScriptingCommandsMixin method)
execute() (aioredis.abc.AbcConnection method)
(aioredis.RedisConnection method)
(aioredis.commands.MultiExec method)
(aioredis.commands.Pipeline method)
execute_pubsub() (aioredis.abc.AbcConnection method)
(aioredis.RedisConnection method)
exists() (aioredis.commands.GenericCommandsMixin method)
expire() (aioredis.commands.GenericCommandsMixin method)
expireat() (aioredis.commands.GenericCommandsMixin method)

F

flushall() (aioredis.commands.ServerCommandsMixin method), [1]
flushdb() (aioredis.commands.ServerCommandsMixin method), [1]
freesize (aioredis.RedisPool attribute)

G

GenericCommandsMixin (class in aioredis.commands), [1]
geoadd() (aioredis.commands.GeoCommandsMixin method)
GeoCommandsMixin (class in aioredis.commands)
geodist() (aioredis.commands.GeoCommandsMixin method)
geohash() (aioredis.commands.GeoCommandsMixin method)
GeoMember (class in aioredis.commands)
GeoPoint (class in aioredis.commands)
geopos() (aioredis.commands.GeoCommandsMixin method)
georadius() (aioredis.commands.GeoCommandsMixin method)
georadiusbymember() (aioredis.commands.GeoCommandsMixin method)
get() (aioredis.abc.AbcChannel method)
(aioredis.Channel method)
(aioredis.commands.StringCommandsMixin method)
(aioredis.pubsub.Receiver method)
get_connection() (aioredis.abc.AbcPool method)
get_json() (aioredis.Channel method)
getbit() (aioredis.commands.StringCommandsMixin method)
getrange() (aioredis.commands.StringCommandsMixin method)
getset() (aioredis.commands.StringCommandsMixin method)

H

HashCommandsMixin (class in aioredis.commands), [1]
hdel() (aioredis.commands.HashCommandsMixin method)
hexists() (aioredis.commands.HashCommandsMixin method)
hget() (aioredis.commands.HashCommandsMixin method)
hgetall() (aioredis.commands.HashCommandsMixin method)
hincrby() (aioredis.commands.HashCommandsMixin method)
hincrbyfloat() (aioredis.commands.HashCommandsMixin method)
hiredis
hkeys() (aioredis.commands.HashCommandsMixin method)
hlen() (aioredis.commands.HashCommandsMixin method)
hmget() (aioredis.commands.HashCommandsMixin method)
hmset() (aioredis.commands.HashCommandsMixin method)
hmset_dict() (aioredis.commands.HashCommandsMixin method)
hscan() (aioredis.commands.HashCommandsMixin method)
hset() (aioredis.commands.HashCommandsMixin method)
hsetnx() (aioredis.commands.HashCommandsMixin method)
hstrlen() (aioredis.commands.HashCommandsMixin method)
hvals() (aioredis.commands.HashCommandsMixin method)
HyperLogLogCommandsMixin (class in aioredis.commands)

I

ihscan() (aioredis.commands.HashCommandsMixin method)
in_pubsub (aioredis.abc.AbcConnection attribute)
(aioredis.RedisConnection attribute)
(aioredis.commands.PubSubCommandsMixin attribute)
in_transaction (aioredis.Redis attribute)
(aioredis.RedisConnection attribute)
incr() (aioredis.commands.StringCommandsMixin method)
incrby() (aioredis.commands.StringCommandsMixin method)
incrbyfloat() (aioredis.commands.StringCommandsMixin method)
info() (aioredis.commands.ServerCommandsMixin method), [1]
is_active (aioredis.abc.AbcChannel attribute)
(aioredis.Channel attribute)
(aioredis.pubsub.Receiver attribute)
is_pattern (aioredis.abc.AbcChannel attribute)
(aioredis.Channel attribute)
iscan() (aioredis.commands.GenericCommandsMixin method)
isscan() (aioredis.commands.SetCommandsMixin method)
iter() (aioredis.Channel method)
izscan() (aioredis.commands.SortedSetCommandsMixin method)

K

keys() (aioredis.commands.GenericCommandsMixin method)

L

lastsave() (aioredis.commands.ServerCommandsMixin method), [1]
lindex() (aioredis.commands.ListCommandsMixin method)
linsert() (aioredis.commands.ListCommandsMixin method)
ListCommandsMixin (class in aioredis.commands)
llen() (aioredis.commands.ListCommandsMixin method)
loop
lpop() (aioredis.commands.ListCommandsMixin method)
lpush() (aioredis.commands.ListCommandsMixin method)
lpushx() (aioredis.commands.ListCommandsMixin method)
lrange() (aioredis.commands.ListCommandsMixin method)
lrem() (aioredis.commands.ListCommandsMixin method)
lset() (aioredis.commands.ListCommandsMixin method)
ltrim() (aioredis.commands.ListCommandsMixin method)

M

maxsize (aioredis.RedisPool attribute)
mget() (aioredis.commands.StringCommandsMixin method)
migrate() (aioredis.commands.GenericCommandsMixin method)
minsize (aioredis.RedisPool attribute)
monitor() (aioredis.commands.ServerCommandsMixin method), [1]
move() (aioredis.commands.GenericCommandsMixin method)
mset() (aioredis.commands.StringCommandsMixin method)
msetnx() (aioredis.commands.StringCommandsMixin method)
multi_exec() (aioredis.commands.TransactionsCommandsMixin method)
MultiExec (class in aioredis.commands)
MultiExecError

N

name (aioredis.abc.AbcChannel attribute)
(aioredis.Channel attribute)

O

object_encoding() (aioredis.commands.GenericCommandsMixin method)
object_idletime() (aioredis.commands.GenericCommandsMixin method)
object_refcount() (aioredis.commands.GenericCommandsMixin method)

P

pattern() (aioredis.pubsub.Receiver method)
patterns (aioredis.commands.PubSubCommandsMixin attribute)
(aioredis.pubsub.Receiver attribute)
persist() (aioredis.commands.GenericCommandsMixin method)
pexpire() (aioredis.commands.GenericCommandsMixin method)
pexpireat() (aioredis.commands.GenericCommandsMixin method)
pfadd() (aioredis.commands.HyperLogLogCommandsMixin method)
pfcount() (aioredis.commands.HyperLogLogCommandsMixin method)
pfmerge() (aioredis.commands.HyperLogLogCommandsMixin method)
ping() (aioredis.Redis method)
Pipeline (class in aioredis.commands)
pipeline() (aioredis.commands.TransactionsCommandsMixin method)
PipelineError
pool
PoolClosedError
ProtocolError
psetex() (aioredis.commands.StringCommandsMixin method)
psubscribe() (aioredis.commands.PubSubCommandsMixin method)
pttl() (aioredis.commands.GenericCommandsMixin method)
publish() (aioredis.commands.PubSubCommandsMixin method)
publish_json() (aioredis.commands.PubSubCommandsMixin method)
pubsub_channels (aioredis.abc.AbcConnection attribute)
(aioredis.RedisConnection attribute)
pubsub_channels() (aioredis.commands.PubSubCommandsMixin method)
pubsub_numpat() (aioredis.commands.PubSubCommandsMixin method)
pubsub_numsub() (aioredis.commands.PubSubCommandsMixin method)
pubsub_patterns (aioredis.abc.AbcConnection attribute)
(aioredis.RedisConnection attribute)
PubSubCommandsMixin (class in aioredis.commands)
punsubscribe() (aioredis.commands.PubSubCommandsMixin method)
put_nowait() (aioredis.abc.AbcChannel method)
pytest
pytest.assert_almost_equal() (built-in function)
pytest.logs() (built-in function)
pytest.raises_regex() (built-in function)
pytest.redis_version() (built-in function)
Python Enhancement Proposals
PEP 3156, [1]
PEP 492

Q

quit() (aioredis.Redis method)

R

randomkey() (aioredis.commands.GenericCommandsMixin method)
Receiver (class in aioredis.pubsub)
redis
Redis (class in aioredis)
RedisConnection (class in aioredis)
RedisError
RedisPool (class in aioredis)
release() (aioredis.abc.AbcPool method)
(aioredis.RedisPool method)
rename() (aioredis.commands.GenericCommandsMixin method)
renamenx() (aioredis.commands.GenericCommandsMixin method)
ReplyError
restore() (aioredis.commands.GenericCommandsMixin method)
role() (aioredis.commands.ServerCommandsMixin method), [1]
rpop() (aioredis.commands.ListCommandsMixin method)
rpoplpush() (aioredis.commands.ListCommandsMixin method)
rpush() (aioredis.commands.ListCommandsMixin method)
rpushx() (aioredis.commands.ListCommandsMixin method)

S

sadd() (aioredis.commands.SetCommandsMixin method)
save() (aioredis.commands.ServerCommandsMixin method), [1]
scan() (aioredis.commands.GenericCommandsMixin method)
scard() (aioredis.commands.SetCommandsMixin method)
script_exists() (aioredis.commands.ScriptingCommandsMixin method)
script_flush() (aioredis.commands.ScriptingCommandsMixin method)
script_kill() (aioredis.commands.ScriptingCommandsMixin method)
script_load() (aioredis.commands.ScriptingCommandsMixin method)
ScriptingCommandsMixin (class in aioredis.commands)
sdiff() (aioredis.commands.SetCommandsMixin method)
sdiffstore() (aioredis.commands.SetCommandsMixin method)
select() (aioredis.Redis method)
(aioredis.RedisConnection method)
(aioredis.RedisPool method)
server
serverB
ServerCommandsMixin (class in aioredis.commands), [1]
set() (aioredis.commands.StringCommandsMixin method)
setbit() (aioredis.commands.StringCommandsMixin method)
SetCommandsMixin (class in aioredis.commands), [1]
setex() (aioredis.commands.StringCommandsMixin method)
setnx() (aioredis.commands.StringCommandsMixin method)
setrange() (aioredis.commands.StringCommandsMixin method)
shutdown() (aioredis.commands.ServerCommandsMixin method), [1]
sinter() (aioredis.commands.SetCommandsMixin method)
sinterstore() (aioredis.commands.SetCommandsMixin method)
sismember() (aioredis.commands.SetCommandsMixin method)
size (aioredis.RedisPool attribute)
slaveof() (aioredis.commands.ServerCommandsMixin method), [1]
slowlog_get() (aioredis.commands.ServerCommandsMixin method), [1]
slowlog_len() (aioredis.commands.ServerCommandsMixin method), [1]
slowlog_reset() (aioredis.commands.ServerCommandsMixin method), [1]
smembers() (aioredis.commands.SetCommandsMixin method)
smove() (aioredis.commands.SetCommandsMixin method)
sort() (aioredis.commands.GenericCommandsMixin method)
SortedSetCommandsMixin (class in aioredis.commands), [1]
spop() (aioredis.commands.SetCommandsMixin method)
srandmember() (aioredis.commands.SetCommandsMixin method)
srem() (aioredis.commands.SetCommandsMixin method)
sscan() (aioredis.commands.SetCommandsMixin method)
ssl_proxy() (built-in function)
start_server() (built-in function)
stop() (aioredis.pubsub.Receiver method)
StringCommandsMixin (class in aioredis.commands)
strlen() (aioredis.commands.StringCommandsMixin method)
subscribe() (aioredis.commands.PubSubCommandsMixin method)
sunion() (aioredis.commands.SetCommandsMixin method)
sunionstore() (aioredis.commands.SetCommandsMixin method)
sync() (aioredis.commands.ServerCommandsMixin method), [1]

T

time() (aioredis.commands.ServerCommandsMixin method), [1]
TransactionsCommandsMixin (class in aioredis.commands)
ttl() (aioredis.commands.GenericCommandsMixin method)
type() (aioredis.commands.GenericCommandsMixin method)

U

unsubscribe() (aioredis.commands.PubSubCommandsMixin method)
unused_port() (built-in function)
unwatch() (aioredis.commands.TransactionsCommandsMixin method)
uvloop

W

wait_closed() (aioredis.abc.AbcConnection method)
(aioredis.RedisConnection method)
(aioredis.RedisPool method)
wait_message() (aioredis.Channel method)
(aioredis.pubsub.Receiver method)
watch() (aioredis.commands.TransactionsCommandsMixin method)
WatchVariableError

Z

zadd() (aioredis.commands.SortedSetCommandsMixin method)
zcard() (aioredis.commands.SortedSetCommandsMixin method)
zcount() (aioredis.commands.SortedSetCommandsMixin method)
zincrby() (aioredis.commands.SortedSetCommandsMixin method)
zinterstore() (aioredis.commands.SortedSetCommandsMixin method)
zlexcount() (aioredis.commands.SortedSetCommandsMixin method)
zrange() (aioredis.commands.SortedSetCommandsMixin method)
zrangebylex() (aioredis.commands.SortedSetCommandsMixin method)
zrangebyscore() (aioredis.commands.SortedSetCommandsMixin method)
zrank() (aioredis.commands.SortedSetCommandsMixin method)
zrem() (aioredis.commands.SortedSetCommandsMixin method)
zremrangebylex() (aioredis.commands.SortedSetCommandsMixin method)
zremrangebyrank() (aioredis.commands.SortedSetCommandsMixin method)
zremrangebyscore() (aioredis.commands.SortedSetCommandsMixin method)
zrevrange() (aioredis.commands.SortedSetCommandsMixin method)
zrevrangebyscore() (aioredis.commands.SortedSetCommandsMixin method)
zrevrank() (aioredis.commands.SortedSetCommandsMixin method)
zscan() (aioredis.commands.SortedSetCommandsMixin method)
zscore() (aioredis.commands.SortedSetCommandsMixin method)
zunionstore() (aioredis.commands.SortedSetCommandsMixin method)