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

Fix xget() methods should return string values #103

Closed syffer closed 1 year ago

syffer commented 2 years ago

This pr tries to stick with the redis documentation, which states that most of the xxxget() methods should return string values

I also did decrbyfloat(), but it seems that this command doesn't exists in redis (nor in predis client)