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

Adds a basic sscan #100

Closed robertmarney closed 1 year ago

robertmarney commented 2 years ago

This is imperfect as we are not implementing the actual scan options, however for the purposes of mocking it should be sufficient for most uses cases.

This allows the use of tagged collections in Laravel ^8.76

thirsch commented 2 years ago

Any update @robertmarney? We are facing the same issue since we've upgraded from Laravel 6 to 9 a couple of days ago.

omansour commented 1 year ago

see #107 seems better