https://github.com/sapvs/keydb_json_search
keydb_json_search
https://github.com/sapvs/keydb_json_search
keydb redis-json redisearch rejson
Last synced: 4 months ago
JSON representation
keydb_json_search
- Host: GitHub
- URL: https://github.com/sapvs/keydb_json_search
- Owner: sapvs
- Created: 2023-08-17T18:23:50.000Z (almost 3 years ago)
- Default Branch: trunk
- Last Pushed: 2023-08-19T09:09:35.000Z (almost 3 years ago)
- Last Synced: 2025-07-21T22:44:54.564Z (11 months ago)
- Topics: keydb, redis-json, redisearch, rejson
- Language: Dockerfile
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Keydb JSON Search
KeyDB image with Redis Json and Redis Search.
## Versions
|Component|Version|Reason|
|-|-|-|
|KeyDB| main branch|Released KeyDB iamges are based on Ubuntu 18.04, while main branch is based on Ubuntu 20.04|
|Redis Search|v2.6.3|Minimal Redis/KeyDB Support 6.x.x, later versions don't work|
|Redis JSON |v2.4.2|Minimal Redis//KeyDB Support 6.x.x, later versions don't work|
## Docker
Images available at [Dockerhub](https://hub.docker.com/u/vsaps)
Run using docker
```bash
docker run vsaps/keydb_jsonsearch
```
## Points
* KeyDB general releases are based on Ubuntu 18.04, which are not supported by newer releases of Redis JSON and Redis Search. So this image is built using the main branch for now.
* KeyDB [crashes on startup](https://github.com/Snapchat/KeyDB/issues/708) while loading redisearch module. This happens when either using `CMD [ "--loadmodule", "/etc/libs/redisearch.so" ]` OR specifying load-module in config file
* Modules are loaded lazily, which does not seem to cause any issue (yet).