home/categories/nosql-databases/srijan-at-qwertystars-skillforge-database-redis-patterns-skill-md
nosql-databasesdatabases

redis-patterns

Production Redis patterns covering data structures, caching strategies, pub/sub, streams, transactions, Lua scripting, pipelining, distributed locks, rate limiting, session management, cluster sharding, Sentinel HA, persistence, and memory optimization. Use when user needs Redis caching, pub/sub, streams, distributed locks, session management, rate limiting with Redis, key design, or Redis cluster architecture. NOT for other caches like Memcached, NOT for message queues like RabbitMQ/Kafka unless comparing, NOT for relational database queries, NOT for general SQL or NoSQL document stores like MongoDB.

srijan-at-qwertystars
maintainer
srijan-at-qwertystars
آخر تحديث 3/24/2026
النجوم
0
التفرعات
0
quick start

Installation and usage

Production Redis patterns covering data structures, caching strategies, pub/sub, streams, transactions, Lua scripting, pipelining, distributed locks, rate limiting, session management, cluster sharding, Sentinel HA, persistence, and memory optimization. Use when user needs Redis caching, pub/sub, streams, distributed locks, session management, rate limiting with Redis, key design, or Redis cluster architecture. NOT for other caches like Memcached, NOT for message queues like RabbitMQ/Kafka unless comparing, NOT for relational database queries, NOT for general SQL or NoSQL document stores like MongoDB.

التثبيت
$ install --globalskills.sh
الاستخدام

بعد التثبيت، يمكنك استخدام هذه المهارة بتشغيل الأمر التالي في الطرفية:

skills use redis-patterns