I am unable to set memory through config for redis azure instance in gramex
It gives this error:
redis.exceptions.ResponseError: unknown command CONFIG
, with args beginning with: SET
, maxmemory
, 1000000000
Asked
Active
Viewed 204 times
1

Niyas
- 505
- 1
- 6
- 17

Deekshita B
- 13
- 3
1 Answers
0
You can set the size as zero. This will ignore the size limit. However, please ensure that you have set the maxmemory-policy
as volatile-lru
in the redis instance. This solution would require gramex >= 1.67

Niyas
- 505
- 1
- 6
- 17