Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gal16v8d/redis


https://github.com/gal16v8d/redis

java maven redis

Last synced: 1 day ago
JSON representation

Awesome Lists containing this project

README

        

# redis

Basic sample of Redis usage.

For the sample you will need:

* Java 21
* Maven
* Docker

For get started with the docker image execute:

- docker pull redis
- redis instance: docker run -p 6379:6379 -d redis
- redis with persistent storage: docker run -p 6379:6379 -d redis redis-server --appendonly yes