Skip to content
Snippets Groups Projects
Commit 1b8e7273 authored by Robert Lehmann's avatar Robert Lehmann Committed by Robert Lehmann
Browse files

removed purge-on-auth behaviour

parent 4972a29c
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,6 @@ public class RedisClient extends DB {
String password = props.getProperty(PASSWORD_PROPERTY);
if (password != null) {
jedis.auth(password);
jedis.flushAll();
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment