Class BinaryIncrDecrCommand

All Implemented Interfaces:
WriteMessage, StoreCommand

public class BinaryIncrDecrCommand extends BaseBinaryCommand
Binary incr/decr command
Author:
dennis
  • Constructor Details

    • BinaryIncrDecrCommand

      public BinaryIncrDecrCommand(String key, byte[] keyBytes, long amount, long initial, int expTime, CommandType cmdType, boolean noreply)
  • Method Details