X7ROOT File Manager
Current Path:
/opt/hc_python/lib/python3.12/site-packages/sentry_sdk/integrations/redis
opt
/
hc_python
/
lib
/
python3.12
/
site-packages
/
sentry_sdk
/
integrations
/
redis
/
📁
..
📄
__init__.py
(1.3 KB)
📁
__pycache__
📄
_async_common.py
(3.7 KB)
📄
_sync_common.py
(3.5 KB)
📄
consts.py
(480 B)
📁
modules
📄
rb.py
(806 B)
📄
redis.py
(1.66 KB)
📄
redis_cluster.py
(3.25 KB)
📄
redis_py_cluster_legacy.py
(1.55 KB)
📄
utils.py
(3.86 KB)
Editing: consts.py
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 = 1024
Upload File
Create Folder