scredis / scredis

Non-blocking, ultra-fast Scala Redis client built on top of Akka IO.

Home Page:https://scredis.github.io/scredis/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

User-specific path in test config

jastice opened this issue · comments

A test config is using a user-specific path:
https://github.com/rssh/scredis/blob/master/src/test/resources/redis-6380.conf#L187
This isn't so great when we want tests to be independent of user environment and fully automated testing (#2)

Fixed on master branch.
Currently required directory is: "/tmp/redis-6380"
It is automatically created by travis for automated testing.
And for local testing it is already included in script for starting redis.