Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement support for redis client side caching #2436

Open
3 tasks done
aspark21 opened this issue Jan 20, 2024 · 1 comment
Open
3 tasks done

Implement support for redis client side caching #2436

aspark21 opened this issue Jan 20, 2024 · 1 comment

Comments

@aspark21
Copy link

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

  • There is no similar issue from other users
  • Issue isn't fixed in develop branch
  • No mention of this in code or docs
@tillkruss
Copy link
Member

Relay is actually built by @michael-grunder and @yatsukhnenko and it has the same API as PhpRedis.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants