Programmer Reference : Redis : EsRedisCommandGroup
EsRedisCommandGroup
Description
An abstract superclass for all command groups. This class provides the common functionality for all command groups, primarily holding a reference to the main <EsRedisClient> instance which is used to execute commands. This class is not intended to be instantiated directly.
Instance Variables
  • client - <EsRedisClient> The client instance used to execute commands.
Class Methods
None
Instance Methods
usingReplyConverter:do:
  Executes aBlock using aConverterClass to process all Redis replies
     within the block's dynamic scope. This setting is process-specific
     and safe for asynchronous use.
    
     Arguments:
        aConverterClass - <Class> The converter class to use.
        aBlock - <Block> A one-argument block that receives the client.
     Answers:
        <Object> The result of aBlock.
Last modified date: 01/22/2026