Replies: 1 comment 4 replies
-
It would be interesting to see the full redis How efficient Relay's cache is is just going to depend on what specific Redis operations are being performed. If it's a write-heavy workload then the hit rate would be low for example. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm using the last version of Relay with Redis 6.0.16 and 3000+ keys in a Laravel app…
I'd tried the Relay::stats() and I got this type of results:
It looks the cache is not very efficient (less than 10% hits).
Is it related to cache memory size, am I missing something or is it normal ?
Thanks :)
Denis
P.S: I'm concerned by cache efficiency as in production the Redis Instance will be on another hosting region and I was expecting the cache to mitigate the latency problem…
Beta Was this translation helpful? Give feedback.
All reactions