Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 3.57 KB

README.md

File metadata and controls

44 lines (32 loc) · 3.57 KB

REDIS PATTERNS COOKBOOK

A collection of most commonly used patterns in Redis

A collection of most common Redis patterns, used to resolve the frequently use cases with the most awesome in memory database.

You can use this repo like a simple cookbook or use Redis Patterns Console to try and study these patterns online!

Contribute

If you wish to contribute with new or missing patterns, please follow these simple rules or use an existent pattern as a template.

Thanks for your future contributions!

 

🚀 Redis Patterns Console (Angular SPA) 🚀

You can try and go into the deep of Redis and its patterns with an interactive (and reactive) online console!
Visit https://acadevmy.github.io/redis-patterns-console and enjoy it!

Redis Patterns Console is an Angular SPA and an open-source project, so you can contribute if you wish.

Visit our repo on GitHub:
https://github.com/acadevmy/redis-patterns-console

⚙️ Redis WebSocket Server (NodeJS) ⚙️

Redis WebSocket Server is a simple NodeJS script used as a bridge to interact with Redis Server via WebSocket. Redis Patterns Console uses Redis WebSocket Server to communicate between Redis Server and Angular SPA.

Visit our repo on GitHub:
https://github.com/acadevmy/Redis-websocket-server

 

Maintained with ❤️ by Acadevmy