PATH:
opt
/
hc_python
/
lib
/
python3.12
/
site-packages
/
sentry_sdk
/
integrations
/
redis
SPAN_ORIGIN = "auto.db.redis" _SINGLE_KEY_COMMANDS = frozenset( ["decr", "decrby", "get", "incr", "incrby", "pttl", "set", "setex", "setnx", "ttl"], ) _MULTI_KEY_COMMANDS = frozenset( [ "del", "touch", "unlink", "mget", ], ) _COMMANDS_INCLUDING_SENSITIVE_DATA = [ "auth", ] _MAX_NUM_ARGS = 10 # Trim argument lists to this many values _MAX_NUM_COMMANDS = 10 # Trim command lists to this many values _DEFAULT_MAX_DATA_SIZE = None
[+]
__pycache__
[-] consts.py
[edit]
[-] redis.py
[edit]
[-] redis_py_cluster_legacy.py
[edit]
[-] __init__.py
[edit]
[+]
..
[-] rb.py
[edit]
[-] _async_common.py
[edit]
[+]
modules
[-] redis_cluster.py
[edit]
[-] _sync_common.py
[edit]
[-] utils.py
[edit]