redis tests - hashes

master
Alex 2022-03-26 21:30:48 +01:00
parent 5d68e4549a
commit 511055e6e8
1 changed files with 0 additions and 1 deletions

View File

@ -20,7 +20,6 @@ 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();