mirror of
https://github.com/sot-tech/mochi.git
synced 2026-04-28 00:20:01 -07:00
(minor) refactor redis GC and fix TX calls,
add indicator that metrics are running
This commit is contained in:
@@ -5,7 +5,8 @@ Redis. Multiple instances of MoChi can use the same redis instance concurrently.
|
||||
clustering. If one instance of MoChi goes down, peer data will still be available in Redis.
|
||||
|
||||
The HA of storage service is not considered here. In case Redis runs as a single node, peer data will be unavailable if
|
||||
the node is down. You should consider setting up a Redis sentinel (or KeyDB active-active replication) for MoChi in production.
|
||||
the node is down. You should consider setting up a Redis sentinel (or KeyDB active-active replication) for MoChi in
|
||||
production.
|
||||
|
||||
This storage implementation is currently orders of magnitude slower than the in-memory implementation.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user