Merge pull request #186 from sirius0xdev/fix/redis-maxmemory-unit
fix: redis maxmemory unit 1gi -> 1gb for Redis 7.4.7 compat
This commit is contained in:
commit
037ba16543
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ metadata:
|
|||
data:
|
||||
redis.conf: |
|
||||
# Memory - increased for RediSearch vector indexes
|
||||
maxmemory 1gi
|
||||
maxmemory 1gb
|
||||
maxmemory-policy allkeys-lru
|
||||
|
||||
# Persistence
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue