amphp / redis

Efficient asynchronous communication with Redis servers, enabling scalable and responsive data storage and retrieval.

Home Page:https://amphp.org/redis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Redis Stack Support

raghuveer opened this issue · comments

Dear Kelunik

I came across Redis Stack on Redis website. While there are Redis team supported plugins like Jedis that supports Redis Stack, I am posting in here a request to support Redis Stack, that will help PHP community alot.

https://redis.io/docs/stack/

Thank you

Hi,

Happy to see Redis library updated to be compatible with AMPHP v3.

Curious to know progress in RedisStack support perspective

Thank you

@raghuveer I don't plan to add support for Redis Stack, as it's not OSS, and I don't have a use case for it. That said, we might still merge an implementation if someone provides it.

You can use the low-level execute method to call these commands in the meantime.

Thanks for the confirmation @kelunik

P.S. I checked the license once again, yes, SSPL is not approved as open source license by OSI as per https://redis.com/legal/licenses/