org.beangle.cache.redis

Type members

Classlikes

Companion
class
class JedisPoolFactory(props: Map[String, String]) extends Factory[JedisPool]
Companion
object
class RedisBroadcaster(channel: Array[Byte], pool: JedisPool, serializer: BinarySerializer, localManager: CacheManager) extends BinaryJedisPubSub with Broadcaster with Initializing
class RedisBroadcasterBuilder(pool: JedisPool, serializer: BinarySerializer) extends BroadcasterBuilder
object RedisCache
Companion
class
class RedisCache[K, V](name: String, pool: JedisPool, serializer: BinarySerializer, ktype: Class[K], vtype: Class[V], val ttl: Long) extends Cache[K, V]
Companion
object
class RedisCacheManager(pool: JedisPool, serializer: BinarySerializer, autoCreate: Boolean) extends AbstractCacheManager
Companion
class
class SubscriberDaemon(pool: JedisPool, broardcaster: RedisBroadcaster, channel: Array[Byte]) extends Runnable with Logging

Subscribe and on receive message thread

Subscribe and on receive message thread

Companion
object