• Stephane Nicoll's avatar
    Add support for Lettuce in RedisTestServer · dbabfc22
    Stephane Nicoll authored
    Previously, RedisTestServer only supported Jedis and would blow up if
    only Lettuce was on the classpath. This commit defensively checks which
    driver is available and chose the appropriate one, defaulting to Jedis.
    
    Closes gh-9524
    dbabfc22
pom.xml 7.38 KB