Peter on Nostr: Great, I will try that. Would it be okay for the app to use the following redis ...
Great, I will try that.
Would it be okay for the app to use the following redis config:
maxmemory 2mb
maxmemory-policy allkeys-lru
From the docs: "all the keys will be evicted using an approximated LRU algorithm as long as we hit the 2 megabyte memory limit."
Source: https://redis.io/docs/management/config/#configuring-redis-as-a-cache
Would it be okay for the app to use the following redis config:
maxmemory 2mb
maxmemory-policy allkeys-lru
From the docs: "all the keys will be evicted using an approximated LRU algorithm as long as we hit the 2 megabyte memory limit."
Source: https://redis.io/docs/management/config/#configuring-redis-as-a-cache