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.
This PR improves RedisBinary.getPath to find the cache directory recursively. This should remove the need to specify downloadDir in monorepo workspaces, where postinstall puts the Redis binaries in the root node_modules/.cache.
This PR improves
RedisBinary.getPath
to find the cache directory recursively. This should remove the need to specifydownloadDir
in monorepo workspaces, wherepostinstall
puts the Redis binaries in the rootnode_modules/.cache
.Resolves https://github.com/mhassan1/redis-memory-server/issues/26.