package
      
      
        commands
      
      
      
          
        
      
      
        
        
        
              Type Members
              - 
      
      
      
      
    
- 
      
      
      
      
    
- 
      
      
      
      
    
- 
      
      
      
      
    
- 
      
      
      
      
    
- 
      
      
      
      
    
- 
      
      
      
      
    
- 
      
      
      
      
    
- 
      
      
      
      
    
- 
      
      
      
      
    
- 
      
      
      
      
    
- 
      
      
      
      
    
- 
      
      
      
      
        
        case class
      
      
        Transaction(watcher: Set[String], operations: Queue[Operation[_, _]], redisConnection: ActorRef)(implicit executionContext: ExecutionContext) extends Product with Serializable
      
      
- 
      
      
      
      
        
        case class
      
      
        TransactionBuilder(redisConnection: ActorRef)(implicit executionContext: ExecutionContext) extends BufferedRequest with RedisCommands with Product with Serializable
      
      
- 
      
      
      
      
    
- 
      
      
      
      
        
        case class
      
      
        TransactionWatchException(message: String = ...) extends Exception with Product with Serializable
      
      
-