https://github.com/cfryerdev/keydb-redis-stack
My KeyDB Docker image with multiple Redis Modules installed. Redisearch RedisJSON RedisBloom and more
https://github.com/cfryerdev/keydb-redis-stack
Last synced: 4 days ago
JSON representation
My KeyDB Docker image with multiple Redis Modules installed. Redisearch RedisJSON RedisBloom and more
- Host: GitHub
- URL: https://github.com/cfryerdev/keydb-redis-stack
- Owner: cfryerdev
- Created: 2024-02-06T16:13:23.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-07T20:09:24.000Z (over 2 years ago)
- Last Synced: 2024-02-08T17:46:04.799Z (over 2 years ago)
- Language: Dockerfile
- Size: 29 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# KeyDB Redis Stack
My KeyDB Docker image with multiple Redis Modules installed.
KeyDB Version: **v6.3.4**
## Using image
You can find the image on dockerhub: [Keydb-Redis-Stack](https://hub.docker.com/repository/docker/cfryerdev/keydb-redis-stack)
## Redis Modules
Below are the redis modules supported or have planned support:
|Module|Version|
|---|-----------|
| RediSearch | v2.6.15 |
| RedisJSON | v2.6.4 |
| RedisBloom | WIP |
| RedisGraph | WIP |
| RedisTimeSeries | WIP |
## Building Image
Simply run to build it.
```bash
docker build . -t cfryerdev/keydb-redis-stack
```
## Enable/Disable modules
If you want to turn a specific module off, please change the `keydb.conf` file before building the image or change it within the image after building. It will be located in: `/etc/keydb.conf`
## Upgrading Image
Inside the dockerfile are various variables you can change to customize the version of KeyDB as well as each Redis Module.