# 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.