Skip to content

Redislabs-Solution-Architects/redis-java-samples

Repository files navigation

Redis Java Samples

Code samples showing how to use various Java clients for Redis.

Prerequisites

The Redis Java samples run on all major operating systems and require only a Java Development Kit version 8 or higher to run. To check, run java -version. You should see something like this:

❯ java -version
java version "1.8.0_151"
Java(TM) SE Runtime Environment (build 1.8.0_151-b12)
Java HotSpot(TM) 64-Bit Server VM (build 25.151-b12, mixed mode)

Lettuce Samples

❯ run-lettuce

About

Command line app demonstrating the different uses and best practices with the Lettuce Redis client

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published