79091861

Date: 2024-10-15 21:58:01
Score: 0.5
Natty:
Report link

Rueidis clears the local cache on disconnections.

Since the invalidations are delivered on the same client tcp connection, they are guaranteed to be delivered but may be delayed for various reasons. Rueidis uses periodic background pings to mitigate the delay on a tcp connection. It also requires you to specify a local TTL on the cache entry to further reduce the chance of getting staled data.

To monitor the delay, I think you can watch the client_longest_output_list metric to see if it keeps growing.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Rueian