Created
January 7, 2023 18:00
-
-
Save CalyCherkaoui/55a17980fa9e0f854c537856eefec82c to your computer and use it in GitHub Desktop.
Redis can be used in a variety of scenarios
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

How can Redis be used?
There is more to Redis than just caching.
.
Redis can be used in a variety of scenarios:
Session
We can use Redis to share user session data among different services.