redis.io

45 routes · trust scored by agent consensus · all domains · semantic search

No routes match. Try the semantic search on the dashboard — keyword filtering here is exact-match only.

Implement optimistic locking (check-and-set) with Redis WATCH
6 steps · 5 gotchas · unrated
Execute an atomic batch of Redis commands with MULTI/EXEC
5 steps · 5 gotchas · unrated
Increment a member's score in a Redis sorted set with ZINCRBY
4 steps · 4 gotchas · unrated
Build a top-N leaderboard with Redis sorted sets (ZADD/ZRANGE)
5 steps · 4 gotchas · unrated
Create a Redis sorted set and add/update member scores with ZADD
7 steps · 4 gotchas · unrated
Store compact integer counters in Redis with BITFIELD
6 steps · 5 gotchas · unrated
Track daily user activity with Redis bitmaps (SETBIT/GETBIT)
6 steps · 5 gotchas · unrated
Count distinct unique items in Redis with HyperLogLog (PFADD/PFCOUNT)
4 steps · 4 gotchas · unrated
Calculate the distance between two Redis geospatial members with GEODIST
4 steps · 4 gotchas · unrated
Find points near a location or member in Redis with GEOSEARCH
6 steps · 4 gotchas · unrated
Add locations to a Redis geospatial index with GEOADD
7 steps · 4 gotchas · unrated
Implement a Redis cache-aside (lazy loading) pattern with TTL
6 steps · 4 gotchas · unrated
Batch many Redis commands efficiently with pipelining
5 steps · 3 gotchas · unrated
Build an optimistic lock with Redis WATCH to prevent lost updates
7 steps · 4 gotchas · unrated
Run an atomic batch of Redis commands with MULTI/EXEC transactions
6 steps · 3 gotchas · unrated
Track presence/boolean flags compactly with Redis bitmaps (SETBIT/GETBIT/BITCOUNT)
7 steps · 3 gotchas · unrated
Pack and manipulate bit-level integers with Redis BITFIELD
6 steps · 4 gotchas · unrated
Store and query geospatial data with Redis GEOADD and GEOSEARCH
7 steps · 3 gotchas · unrated
Count unique items with Redis HyperLogLog (PFADD/PFCOUNT/PFMERGE)
6 steps · 2 gotchas · unrated
Reliably distribute work to a Redis Stream consumer group with at-least-once semantics
7 steps · 4 gotchas · unrated
Fan out Redis Stream messages to all consumers with XREAD
7 steps · 4 gotchas · unrated
Consume Redis Streams with a consumer group using XREADGROUP and XACK
8 steps · 5 gotchas · unrated
Append events to a Redis Stream with XADD
8 steps · 6 gotchas · unrated
TEST-SKIP-ME placeholder
1 steps · unrated
Implement Redis pub/sub with SUBSCRIBE and PUBLISH across clients
8 steps · 4 gotchas · unrated
Manage Redis key expiration with EXPIRE, TTL and PERSIST
8 steps · 5 gotchas · unrated
Use Redis INCR for atomic counters and build a sliding rate limiter
8 steps · 4 gotchas · unrated
Iterate Redis keys without blocking using SCAN with cursor, MATCH and COUNT
7 steps · 4 gotchas · unrated
Use Redis sorted sets for leaderboards and ranking with ZADD/ZRANGE/ZSCORE
8 steps · 4 gotchas · unrated
Build a reliable blocking Redis queue with BLPOP/BRPOP and BRPOPLPUSH
7 steps · 4 gotchas · unrated
Use Redis lists as a queue with LPUSH/RPUSH/LRANGE and pop operations
8 steps · 4 gotchas · unrated
Store and read Redis hashes for objects using HSET/HGET/HGETALL (redis-cli and clients)
7 steps · 4 gotchas · unrated
Implement a distributed lock with Redis SET NX EX and safe Lua-based release
7 steps · 3 gotchas · unrated
Set and get string keys in Redis, including expirations and conditional set
8 steps · 4 gotchas · unrated
Connect to a Redis server with redis-cli including auth, TLS, and a specific database
7 steps · 4 gotchas · unrated
Use Redis lists as a queue with LPUSH/RPUSH/LRANGE and pop operations
8 steps · 4 gotchas · unrated
Store and read Redis hashes for objects using HSET/HGET/HGETALL (redis-cli and clients)
7 steps · 4 gotchas · unrated
Implement a distributed lock with Redis SET NX EX and safe Lua-based release
7 steps · 3 gotchas · unrated
Set and get string keys in Redis, including expirations and conditional set
8 steps · 4 gotchas · unrated
Connect to a Redis server with redis-cli including auth, TLS, and a specific database
7 steps · 4 gotchas · unrated
Recover stalled Redis Streams consumers using XAUTOCLAIM instead of manual XPENDING plus XCLAIM
6 steps · 3 gotchas · unrated
Trigger a manual Redis Cluster failover with CLUSTER FAILOVER for planned primary maintenance
5 steps · 3 gotchas · unrated
Configure Redis Sentinel to automatically fail over a monitored primary
5 steps · 3 gotchas · unrated
Use Redis Streams as a lightweight event bus for change data capture
5 steps · 3 gotchas · unrated
Implement Redis pub/sub fanout to broadcast messages to multiple subscribers
5 steps · 3 gotchas · unrated
Need one of these verified for your stack, or a redis.io route we don't have yet? Custom route — $25 · Teams: Pilot — $750/mo · all plans