Uses of Class
redis.clients.jedis.AccessControlLogEntry
-
Packages that use AccessControlLogEntry Package Description redis.clients.jedis redis.clients.jedis.commands -
-
Uses of AccessControlLogEntry in redis.clients.jedis
Fields in redis.clients.jedis with type parameters of type AccessControlLogEntry Modifier and Type Field Description static Builder<List<AccessControlLogEntry>>BuilderFactory. ACCESS_CONTROL_LOG_ENTRY_LISTCreate an Access Control Log Entry Result of ACL LOG commandMethods in redis.clients.jedis that return types with arguments of type AccessControlLogEntry Modifier and Type Method Description List<AccessControlLogEntry>Jedis. aclLog()List<AccessControlLogEntry>Jedis. aclLog(int limit) -
Uses of AccessControlLogEntry in redis.clients.jedis.commands
Methods in redis.clients.jedis.commands that return types with arguments of type AccessControlLogEntry Modifier and Type Method Description List<AccessControlLogEntry>AdvancedJedisCommands. aclLog()List<AccessControlLogEntry>AdvancedJedisCommands. aclLog(int limit)
-