#redis
3 snippets tagged with #redis
typescriptadvanced
Redis Cache Get/Set Helper
Type-safe Redis cache wrapper with automatic JSON serialization, TTL support, and cache-aside pattern.
#redis#cache
typescriptintermediate
Bull Queue Job Producer & Consumer
Create a job queue with Bull for background processing with retries and concurrency control.
#queue#bull
bashbeginner
Redis Docker Setup with Persistence
Docker Compose for Redis with persistence, password auth, memory limits, and a health check.
#redis#docker