redis icon indicating copy to clipboard operation
redis copied to clipboard

Redis Stack Support

Open raghuveer opened this issue 2 years ago • 3 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

raghuveer avatar May 07 '22 17:05 raghuveer

Hi,

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

Curious to know progress in RedisStack support perspective

Thank you

raghuveer avatar Sep 02 '23 16:09 raghuveer

@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.

kelunik avatar Sep 03 '23 14:09 kelunik

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/

raghuveer avatar Sep 03 '23 16:09 raghuveer