Expand description
The driver
module contains the Driver
trait and its implementations.
Modules§
- etcd
- Driver based on Etcd
- local
- Driver based on local node only
- redis
- Driver based on Redis Scan
- redis_
zset - Driver based on Redis ZSet
Traits§
- Driver
- The driver trait, which defines the node list management interface.