Uses of Package
com.blackrook.redis.event
-
Packages that use com.blackrook.redis.event Package Description com.blackrook.redis Contains classes relevant to connecting to Redis servers.com.blackrook.redis.event Contains classes about Redis events. -
Classes in com.blackrook.redis.event used by com.blackrook.redis Class Description RedisMonitorEvent An event class that is emitted from aRedisMonitorConnection
whenever it receives an event from the connection.RedisMonitorListener A listener forRedisMonitorConnection
s that encapsulate events received via a MONITOR connection.RedisSubscriptionListener A listener class that listens on fired events from a Redis channel subscription. -
Classes in com.blackrook.redis.event used by com.blackrook.redis.event Class Description RedisMonitorEvent An event class that is emitted from aRedisMonitorConnection
whenever it receives an event from the connection.RedisMonitorListener A listener forRedisMonitorConnection
s that encapsulate events received via a MONITOR connection.RedisSubscriptionListener A listener class that listens on fired events from a Redis channel subscription.