fix: redis maxmemory unit 1gi -> 1gb for Redis 7.4.7 compat
This commit is contained in:
parent
18b728c95e
commit
6447f92157
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ metadata:
|
||||||
data:
|
data:
|
||||||
redis.conf: |
|
redis.conf: |
|
||||||
# Memory - increased for RediSearch vector indexes
|
# Memory - increased for RediSearch vector indexes
|
||||||
maxmemory 1gi
|
maxmemory 1gb
|
||||||
maxmemory-policy allkeys-lru
|
maxmemory-policy allkeys-lru
|
||||||
|
|
||||||
# Persistence
|
# Persistence
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue