mhassan1 / redis-memory-server

Redis Server for testing. The server will allow you to connect your favorite client library to the Redis Server and run parallel integration tests isolated from each other.
MIT License
75 stars 9 forks source link

feat: add `instance.killTimeout` option #33

Closed mhassan1 closed 2 months ago

mhassan1 commented 4 months ago

This PR adds a new killTimeout option to opts.instance; when set, override the default timeout (10,000 milliseconds) for the SIGINT and SIGKILL commands in instance.kill().

Resolves https://github.com/mhassan1/redis-memory-server/issues/32.