Ma27 / rediscala

Non-blocking, Reactive Redis driver for Scala (with Sentinel support)
Apache License 2.0
12 stars 8 forks source link

Get rid of `/usr/local/bin` reference in `RedisTest` #6

Closed Ma27 closed 6 years ago

Ma27 commented 6 years ago

I'm not a big fan of placing random binaries into /usr/local/bin using hacky shell scripts. Instead it's way easier to use actual package managers that make it less likely to screw up your entire system. Let's evaluate some alternatives for install-redis.sh and refactor the RedisTest to get rid of the /usr/local references.