Redis test

PING : PONG
redis_version : 5.0.3
mode : standalone
uptime : 2542713 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 : 254.86 MB
used_memory_peak : 258.47 MB
used_memory_rss : 263.55 MB
mem_fragmentation_ratio : 1.03
allocator : jemalloc-5.1.0

=== clients ===
connected_clients : 5
blocked_clients : 0

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

=== stats ===
total_connections_received : 79614078
total_commands_processed : 1027525607
instantaneous_ops_per_sec : 79
keyspace_hits : 357165905
keyspace_misses : 15993630
evicted_keys : 9227503
expired_keys : 5940158
=== BENCHMARK === keys : 50000
value_size : 1.00 KB
ttl : 600 s
prefix : bench:20260225_003158:f2658f:
SET pipeline time : 0.5069 s (98635 ops/s)
GET pipeline time : 0.3779 s (132299 ops/s)
sample value checks : 2/3

=== keyspace ===
db0 : {"keys":"6528","expires":"6527","avg_ttl":"164384990"}
DEL pipeline time : 0.2022 s (247263 ops/s)
DONE