Caching Flashcards
1
Q
Redis
A
open-source, in-memory data store used by millions of developers as a cache, vector database, document database, streaming engine, and message broker
edis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps.
2
Q
Memcached , Nginx or Cassandra,
A