lettuce
lettuce copied to clipboard
Add authentication to RedisClient
It would be nice to provide a password to RedisClient and have it call auth automatically on connect (ala this custom extension: https://github.com/SpringSource/spring-data-redis/blob/master/src/main/java/org/springframework/data/redis/connection/lettuce/AuthenticatingRedisClient.java)