RedisCommands.INFO_PERSISTENCE added

pull/297/head
Nikita 9 years ago
parent dce8df4938
commit c298483768

@ -204,4 +204,5 @@ public interface RedisCommands {
);
RedisStrictCommand<String> INFO_REPLICATION = new RedisStrictCommand<String>("INFO", "replication", new StringDataDecoder());
RedisStrictCommand<Map<String, String>> INFO_PERSISTENCE = new RedisStrictCommand<Map<String, String>>("INFO", "persistence", new StringMapDataDecoder());
}

Loading…
Cancel
Save