Redis is an in-memory key-value store that can be used as a database, cache, or message broker. Commands that operate on keys in Redis’ in-memory data structure allow data to be added, queried, modified, and deleted.
Lettuce supports synchronous and asynchronous communication use of the complete Redis API, including its data structures, pub/sub messaging, and high-availability server connections.
Top comments (0)