threefoldtech / rmb-rs

RMB implementation in rust
Apache License 2.0
3 stars 1 forks source link

rmb-peer should use in-memory cache with ttl instead of redis #198

Closed muhamadazmy closed 2 weeks ago

muhamadazmy commented 3 weeks ago

redis cache is used with the relay, but another implementation is used (in memory) with ttl to avoid cache invalidation issues.