Home >Java >javaTutorial >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.
The above is the detailed content of Lettuce - A Java Redis Client. For more information, please follow other related articles on the PHP Chinese website!