redis tests - hashes
parent
511055e6e8
commit
7e44b6ab63
|
@ -20,6 +20,7 @@ public class RedisManager {
|
|||
public void connect() {
|
||||
this.client = RedisClient.create(this.getConnectionUri());
|
||||
RedisCommandFactory factory = new RedisCommandFactory(client.connect());
|
||||
factory.setVerifyCommandMethods(false);
|
||||
this.redisKeyCommands = factory.getCommands(RedisKeyCommands.class);
|
||||
this.redisHashCommands = factory.getCommands(RedisHashCommands.class);
|
||||
//this.connection = client.connect();
|
||||
|
|
Loading…
Reference in New Issue