DEV Community

Said Olano
Said Olano

Posted on

Lettuce - A Java Redis Client

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.

Image description

Image description

Image description

Image description

Image description

Top comments (0)