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

Exclude `/releases` from download url for most recent stable #4

Closed mhassan1 closed 2 years ago

mhassan1 commented 2 years ago

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

The binary at https://download.redis.io/releases/redis-stable.tar.gz is older than https://download.redis.io/redis-stable.tar.gz. The main download page recommends the second one. This PR changes the behavior to use the second one for the stable version.