MCPcopy
hub / github.com/redis/redis-py / DataError

Class DataError

redis/exceptions.py:61–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59
60
61class DataError(RedisError):
62 pass
63
64
65class PubSubError(RedisError):

Callers 15

extract_expire_flagsFunction · 0.90
set_pubsub_nodeMethod · 0.90
__init__Method · 0.90
set_default_nodeMethod · 0.90
get_nodeMethod · 0.90
set_pubsub_nodeMethod · 0.90
acl_genpassMethod · 0.90
acl_logMethod · 0.90
acl_setuserMethod · 0.90
client_kill_filterMethod · 0.90
client_listMethod · 0.90
client_replyMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected