BedrockStreaming/RedisMock

QUIT method

gl3n opened this issue · 2 comments

gl3n commented

Hi, could you add QUIT command support ?

http://redis.io/commands/QUIT

It always returns OK.

Thanks

indeed. feel free to propose a pull request

gl3n commented

Unsupported QUIT command error was due to an incomplete configuration of Predis client mock ($failOnlyAtRuntime factory argument must be true).