Class RoleParser


  • public class RoleParser
    extends Object
    Parser for Redis ROLE command output.
    Since:
    3.0
    Author:
    Mark Paluch
    • Method Detail

      • parse

        public static RedisInstance parse​(List<?> roleOutput)
        Parse the output of the Redis ROLE command and convert to a RedisInstance.
        Parameters:
        roleOutput - output of the Redis ROLE command.
        Returns:
        RedisInstance