opt
/
hc_python
/
lib
/
python3.12
/
site-packages
/
sentry_sdk
/
integrations
/
redis
/
Go to Home Directory
+
Upload
Create File
root@0UT1S:~$
Execute
By Order of Mr.0UT1S
[DIR] ..
N/A
[DIR] __pycache__
N/A
[DIR] modules
N/A
__init__.py
1.30 KB
Rename
Delete
_async_common.py
3.70 KB
Rename
Delete
_sync_common.py
3.50 KB
Rename
Delete
consts.py
480 bytes
Rename
Delete
rb.py
806 bytes
Rename
Delete
redis.py
1.66 KB
Rename
Delete
redis_cluster.py
3.25 KB
Rename
Delete
redis_py_cluster_legacy.py
1.55 KB
Rename
Delete
utils.py
3.86 KB
Rename
Delete
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
Save