PHP 8.2.30
Preview: consts.py Size: 480 B
/opt/hc_python/lib/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 2025-12-03 08:02:53
Edit Download
- drwxr-xr-x 2025-12-03 08:02:53
Edit Download
480 B lrw-r--r-- 2025-12-03 08:02:53
Edit Download
806 B lrw-r--r-- 2025-12-03 08:02:53
Edit Download
1.66 KB lrw-r--r-- 2025-12-03 08:02:53
Edit Download
3.47 KB lrw-r--r-- 2025-12-03 08:02:53
Edit Download
1.55 KB lrw-r--r-- 2025-12-03 08:02:53
Edit Download
3.91 KB lrw-r--r-- 2025-12-03 08:02:53
Edit Download
3.96 KB lrw-r--r-- 2025-12-03 08:02:53
Edit Download
3.71 KB lrw-r--r-- 2025-12-03 08:02:53
Edit Download
1.62 KB lrw-r--r-- 2025-12-03 08:02:53
Edit Download

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