alicebob / miniredis

Pure Go Redis server for Go unittests
MIT License
3.1k stars 217 forks source link

Ignore 'redis.set_repl()' call #368

Closed TingluoHuang closed 6 months ago

TingluoHuang commented 7 months ago

Fixing: https://github.com/alicebob/miniredis/issues/367

Follow the pattern for how we handled redis.replicate_commands()

Doc: https://redis.io/docs/interact/programmability/lua-api/

alicebob commented 7 months ago

Thanks for the PR, I'll have a look soon.

alicebob commented 6 months ago

(sorry, this slipped through, will have a look soon)

alicebob commented 6 months ago

Thanks for the PR, sorry for the long delay.