BigHugger
sk Skill · redis

redis-connections

Redis client and connection guidance covering connection pooling, multiplexing, pipelining, client-side caching with RESP3, avoiding slow commands (KEYS, SMEMBERS, HGETALL), and tuning socket timeouts. Use when configuring a Redis client (redis-py, Jedis, Lettuce, NRedisStack), batching commands for throughput, eliminating per-request connection creation, iterating large keyspaces with SCAN, enabling client-side…

installs 8w
0
30-day movement
starts with the next reading
Related entries
1
Connections
0
pythonTypeScript
Host repository
redis/agent-skills
Version
0.1.0
Licence
MIT
Host stars
149
Host language
TypeScript