Questions tagged [redis-stack]
4 questions
0
votes
0 answers
Is it safe to dump a specific key of redis bloom-filter to other database like mongodb?
The reason why I want to do this is that we have a lot of cold data and it takes a lot of memory.
I've tried Redis server v5.0.8 and the server crushed as described here redis bloom issue#672, I also tried v=6.2.13 the latest release of…

darkframexue
- 1
- 4
0
votes
1 answer
Redis JSON: Search for an empty string / null
When I call the following, I get the resulting output:
> FT.CREATE Results ON JSON SCHEMA $.a AS masterId TEXT $.b AS value numeric ...
>
> FT.AGGREGATE Results .* GROUPBY 1 @masterId REDUCE SUM 1 @value AS value LIMIT 0 100
1)…

Lovethenakedgun
- 731
- 6
- 22
0
votes
1 answer
Redis-stack kubernetes pass custom redis configurations
I'm creating redis-stack helm chart for the pet project. I would like to know on how to pass custom redis configurations to kubenetes statefulset of redis-stack.
There are no mention of such configurations at the…

Jay Modi
- 3,161
- 4
- 35
- 52
0
votes
1 answer
when I run redis-stack-server,redis-stack config file is not work
I installed redis-stack on Ubuntu20. I changed redis-stack.conf but it not work.I changed daemonize to yes but it not work.
this is log when I run redis-stack-server
root@Server-30c80333-7b1b-40ce-a1e2-217630a6941b:~# redis-stack-server
Starting…

vergil
- 1
- 2