This repository was archived by the owner on Feb 13, 2025. It is now read-only.
This repository was archived by the owner on Feb 13, 2025. It is now read-only.
Suggestion: Split Patterns from Commands #74
Open
Description
The patterns on redis.io are a great source of inspiration in my opinion. I think they should get more visibility as they are currently hidden in the Commands documentation. I suggest to introduce a new link in the top navigation called patterns, listening all of them. In the commands that now have the commands embedded, I would add a link to the according pattern. The Patterns in the documentation are:
- Time series
- Real-time metrics using bitmaps (with more information here).
- Reliable queues and another one here. Referenced here.
- Event notification
- Circular List. Referenced here.
- Counter
- Rate Limiter, Rate Limiter 1 and Rate Limiter 2
- A discouraged distributed lock pattern and another discouraged one. The encouraged pattern is available here.
There might also be other candidates in the documentation pages.
I'm more than happy to work on this. Just wanted to know beforehand, if this is ok.