You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can someone implant client side micro cache solution with specific time period for example 1s 2s 3s changeable by user?
Or additionaly with transparent huge pages using and retry get after specific time period 1s 2s 3s?
But i have here fastest in memory database in the world as library without any stream or datagram sockets overhead .
Everything running inside C function library lockless and scale to millions hits per seconds - even on old hardware like on sandybridge notebooks. https://github.com/priitj/whitedb
Whitedb domain are reowned by others, here is old homepage backup:
Redis 6 implemented client side caching
https://redis.io/docs/manual/client-side-caching/
I can’t see any mention of phpredis supporting this.
I only found an alternative to phpredis that seemed to offer this https://relay.so/
Can this be added?
I've checked
develop
branchThe text was updated successfully, but these errors were encountered: