See: Description
Interface | Description |
---|---|
Subscriber |
Subscribes to a publish/subscribe topic which uses redis for one to many communication.
|
Class | Description |
---|---|
Redis |
Provides a thin layer to access Redis.
|
Redis.LockInfo |
Data object for storing information of a redis lock
|
RedisCommand |
Reports all available statistics for Redis.
|
RedisMetricProvider |
Provides metrics for Redis (if configured).
|
Operations against redis are encapsulated in Redis.query and Redis.exec.
One to many communication is supported by implementing Subscriber
and invoking
Redis.publish.
Setup is done via the system configuration most probably by just providing a value for redis.host.
Copyright © 2018. All rights reserved.