redismod icon indicating copy to clipboard operation
redismod copied to clipboard

A Docker image with select Redis Labs modules

Results 23 redismod issues
Sort by recently updated
recently updated
newest added

My container auto stops even though I check the log, it is still copying on write normally. Has anyone had the same situation as me?

Hey, great job :+1: Can you please provide versioning for this image? I think version 4 and 5 will be a good starting point.

From the latest docker version the RG.PYEXECUTE command is no longer known whilst other commands are working, has this been changed or removed in the latest updates (4 months ago)...

ZINTERCARD, SINTERCARD, and maybe more commands not working on `redislabs/redismod:edge`

Hello I Need to have rejson redisearch and redisgraph based on redis 7.0.4 and then create redismod based on them. But I cant create Docker image for each of them...

I am trying to run redislabs/redismod Docker container on Raspberry Pi 3 Model B. Look like the available Docker image is not ARM compliant. ``` docker run mplatform/mquery redislabs/redismod Image:...

I can run the image on my Intel MacBook without any issues. Any help would be much appreciated. ``` === REDIS BUG REPORT START: Cut & paste starting from here...

steps to reproduce: 1. Create the "addtwo.py" file of the example at https://oss.redis.com/redisai/commands/#aiscriptstore 2. In the example command replace "AI.SCRIPTSET" with "AI.SCRIPTSTORE", because that's obviously a typo 3. Execute the...

I load image on redislabs/redisai:latest , but I get a crash with redis-cli executes command: info modules os: centos8.2 ``` == REDIS BUG REPORT START: Cut & paste starting from...

my models load into redis fine on `redislabs/redisai:latest` but I get a `std::bad_cast` error with `redislabs/redismod:latest` which pulls `redislabs/redisai:latest`. Loads fine with `redislabs/redisai:edge-cpu-bionic` but not `redislabs/redismod:edge` which pulls `redislabs/redisai:edge-cpu-bionic` I...