package
0.13.1-beta1
Repository: https://github.com/donewscode/core.git
Documentation: pkg.go.dev

# Functions

NewRedisDriver creates the newly created *RedisDriver with the given configuration.
WithExpiration is an option that configures the expiration of redis key.
WithPollInterval is an option that configures the poll interval of followers.

# Structs

RedisDriver is a simple redis leader election implementation.

# Type aliases

Option is type of the options to config *RedisDriver.