Ankeet's backend garden
redis
it's a database, I earlier thought it's just a key-value pair storage store
it's commonly used for in-memory datastore to share data with different instances of a service (behind a [
loadbalancer
])
like caching
storing session state
Referred in
@RedisHash
repository
Journal Entry, Tuesday, March 9
redis