BedrockStreaming / RedisMock

A simple PHP Redis mock
http://tech.m6web.fr/redismock-qui-a-bouchonne-mon-redis.html
MIT License
81 stars 59 forks source link

[Feature Request] Introduce sscan method #98

Closed robertmarney closed 1 year ago

robertmarney commented 2 years ago

The latest releases of Laravel have started using the sscan method to chunk results.

RedisMock does not support this method. It would be really helpful to get this functionality added.

https://github.com/laravel/framework/pull/39939