https://github.com/thadeu/redis-stack-server
đŸ’¡Redis Stack Server Dockerized
https://github.com/thadeu/redis-stack-server
Last synced: 4 months ago
JSON representation
đŸ’¡Redis Stack Server Dockerized
- Host: GitHub
- URL: https://github.com/thadeu/redis-stack-server
- Owner: thadeu
- License: mit
- Created: 2022-11-16T13:04:57.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-16T13:22:09.000Z (over 3 years ago)
- Last Synced: 2025-06-20T05:50:42.917Z (12 months ago)
- Size: 109 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Redis Stack Server
A Docker template to create a Full Stack Redis Server in your environment.
## How to use?
```bash
docker-compose up -d --build
```
Check your logs.
```bash
docker logs -f redis-stack
```
## Modules availables?
RedisJSON, RediSearch, RedisGraph, RedisTimeSeries, and RedisBloom, RedisInsight
## RedisInsight Available
Acess the Redis Insight using 8002 port.
## License
The Dockerfile and associated scripts and documentation in this project are released under the [MIT License](LICENSE).
## Contributing
We have a long list of valued contributors. Check them all at: https://github.com/thadeu/redis-stack-server.