Redis test

PING : PONG
redis_version : 5.0.3
mode : standalone
uptime : 3298388 s

=== config ===
maxmemory : 268435456
maxmemory-policy : allkeys-lru
maxmemory-samples : 5
appendonly : no
appendfsync : everysec
save : 900 1 300 10 60 10000
stop-writes-on-bgsave-error : yes
databases : 3
timeout : 0
hz : 10
tcp-keepalive : 300

=== memory ===
used_memory : 200.34 MB
used_memory_peak : 258.83 MB
used_memory_rss : 209.88 MB
mem_fragmentation_ratio : 1.05
allocator : jemalloc-5.1.0

=== clients ===
connected_clients : 1
blocked_clients : 0

=== persistence ===
aof_enabled : 0
rdb_bgsave_in_progress : 0
aof_rewrite_in_progress : 0

=== stats ===
total_connections_received : 103860046
total_commands_processed : 1375521094
instantaneous_ops_per_sec : 111
keyspace_hits : 471044856
keyspace_misses : 23709249
evicted_keys : 14709923
expired_keys : 8198865
=== BENCHMARK === keys : 50000
value_size : 1.00 KB
ttl : 600 s
prefix : bench:20260305_182633:fd7996:
SET pipeline time : 0.5647 s (88544 ops/s)
GET pipeline time : 0.3292 s (151875 ops/s)
sample value checks : 3/3

=== keyspace ===
db0 : {"keys":"8818","expires":"8817","avg_ttl":"377318257"}
DEL pipeline time : 0.2064 s (242195 ops/s)
DONE