Embed Notice
HTML Code
Corresponding Notice
- Embed this notice
:blobcathug: (jain@blob.cat)'s status on Friday, 24-Feb-2023 09:38:35 JST:blobcathug: @yonle
Simple Key Value Store, like a dictionary in certain programming languages.
You have a unique key and you can get and set a value.
Redis does have some features upon that, it can be used like a database but it can also just run in RAM. Most of the time its used to either as a cache for something or to sync small stuff like a website session upon multiple instances of the webapplication