bolshakov / stoplight

:traffic_light: Traffic control for code.
http://bolshakov.github.io/stoplight/
MIT License
384 stars 40 forks source link

Use Redis in specs #173

Closed bolshakov closed 1 year ago

bolshakov commented 1 year ago

I found out that MockRedis does not support a lot of HSET operations and decided to switch to Redis in tests.

For instance, for the zrange operation, MockRedis does not support BYSCORE, BYLEX, REV, and LIMIT arguments.