PHP 8.3.31
Preview: consts.py Size: 480 B
/proc/thread-self/root/opt/hc_python/lib64/python3.12/site-packages/sentry_sdk/integrations/redis/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 = None

Directory Contents

Dirs: 2 × Files: 9

Name Size Perms Modified Actions
modules DIR
- drwxr-xr-x 2026-06-11 06:30:31
Edit Download
- drwxr-xr-x 2026-06-11 06:30:31
Edit Download
480 B lrw-r--r-- 2026-06-11 06:30:31
Edit Download
791 B lrw-r--r-- 2026-06-11 06:30:31
Edit Download
1.64 KB lrw-r--r-- 2026-06-11 06:30:31
Edit Download
3.62 KB lrw-r--r-- 2026-06-11 06:30:31
Edit Download
1.53 KB lrw-r--r-- 2026-06-11 06:30:31
Edit Download
4.35 KB lrw-r--r-- 2026-06-11 06:30:31
Edit Download
5.44 KB lrw-r--r-- 2026-06-11 06:30:31
Edit Download
5.18 KB lrw-r--r-- 2026-06-11 06:30:31
Edit Download
1.62 KB lrw-r--r-- 2026-06-11 06:30:31
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).