1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-09 00:22:08 +03:00

chore: disable stop-writes-on-bgsave-error on windows (otherwise MISCONF error)

This commit is contained in:
Salakar
2020-02-09 13:33:47 +00:00
parent 377db618d2
commit 46246bea06

View File

@@ -28,6 +28,7 @@ before_install:
choco install redis-64
redis-server --service-install
redis-server --service-start
redis-cli config set stop-writes-on-bgsave-error no
;;
esac