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

Missing commands

brstgt opened this issue · comments

Hi guys,

Today it added amphp/redis to our project to replace the classic phpredis implementation. I noticed that a couple of commands are missing - e.g. zrangebyscore, zrevrangebyscore and others.

Those commands are quite simple to implement. Would you accept an MR? What are your requirements on tests etc?

Thanks :)

Hey Benjamin,

sure, we'll accept PRs for any missing commands. Tests would be great to ensure things work correctly. They're usually very simple to write as well. 🙂

Looks like we forgot to close this after merging these commands in #77. Tagged as v1.1.0.

@trowski Seems like you didn't actually tag anything?

No, it seems I either forgot to push or the push failed. Since I didn't actually tag, should we review and make changes to #78, merge, then tag?