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
76 stars 11 forks source link

feat: find cache dir recursively #27

Closed mhassan1 closed 1 year ago

mhassan1 commented 1 year ago

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.

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