/explore-redis-modules-with-jedis

Source code for the short presentation "Explore Redis Modules with Jedis and Friends"

Primary LanguageJava

ModEx - Explore Redis Modules with Jedis and Friends

A collection of mini-examples exploring Redis' Module Ecosystem using Jedis-based Redis Module Clients

Prerequisites:

NOTE: If you're not on Mac or Windows, you may need to install Docker Compose as well.

Getting Started

Clone the Repository w/ Submodules

To install this example application, run the following commands:

git clone git@github.com:redis-developer/explore-redis-modules-with-jedis.git --recurse-submodule

Import into your IDE

You can also import the code straight into your IDE:

Start the Docker Compose application:

```
cd explore-redis-modules-with-jedis.git/docker
docker-compose up
```

See Also

Quick Tutorial on Redis' Powerful Modules:

The following links on Redis and Java may also be helpful:

Help

Please post any questions and comments on the Redis Discord Server, and remember to visit our Redis Developer Page for awesome tutorials, project and tips. You can also email me bsb@redislabs.com.

License

MIT Licence

Credit

Created by Brian Sam-Bodden @ Redis Labs