https://github.com/7sferry/redish
https://github.com/7sferry/redish
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/7sferry/redish
- Owner: 7sferry
- License: mit
- Created: 2023-09-09T07:46:29.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-07T05:01:29.000Z (almost 2 years ago)
- Last Synced: 2025-02-23T06:14:39.750Z (8 months ago)
- Language: Java
- Size: 68.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# redish
this is a simple example to run spring boot & redis in docker.
to run this, execute `docker compose -f compose.yaml up -d` and it will run spring boot app at http://localhost:8989/set?key=nama&value=ferrys to set key and http://localhost:8989/get?key=nama to get key and a redis app at host port 6363 with password '12345'