Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
$pwd:

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 caching for read-heavy workloads, or setting connect and read timeouts.

$ git log --oneline --stat
stars:64
forks:17
updated:2026년 5월 27일 07:58
파일 탐색기
7 개 파일
SKILL.md
readonly