Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gal16v8d/redis
https://github.com/gal16v8d/redis
java maven redis
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/gal16v8d/redis
- Owner: gal16v8d
- Created: 2023-04-27T21:12:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-19T05:35:47.000Z (12 months ago)
- Last Synced: 2024-04-29T22:46:52.435Z (6 months ago)
- Topics: java, maven, redis
- Language: Java
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# redis
Basic sample of Redis usage.
For the sample you will need:
* Java 21
* Maven
* DockerFor 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