Package

com.avsystem.commons.redis

actor

Permalink

package actor

Visibility
  1. Public
  2. All

Type Members

  1. final class ClusterMonitoringActor extends Actor with ActorLazyLogging

    Permalink
  2. class ConnectionPoolActor extends Actor with LazyLogging

    Permalink
  3. final class RedisConnectionActor extends Actor with ActorLazyLogging

    Permalink
  4. final class RedisOperationActor extends Actor with ActorLazyLogging

    Permalink

    Implements execution of RedisOp (sequence of redis operations).

    Implements execution of RedisOp (sequence of redis operations). Separate RedisOperationActor is spawned of every RedisOp and lives only to execute that single RedisOp.

    Author: ghik Created: 11/04/16.

Ungrouped