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 5 months ago

muhamadazmy commented 5 months ago

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