kstyrc/embedded-redis

Redis Server binaries

Opened this issue · 1 comments

How or from where can I download binaries/executables for different Redis Server? Same ones found in the resources folder. As I want to use a different Redis Server version

You can download different versions from Redis' own web site.
https://redis.io/download/

Also after download you can build yourself and use redis-server executable file under directory /src.
https://redis.io/docs/getting-started/installation/install-redis-from-source/