# Functions
No description provided by the author
NewRedisCounter creates a counter backed by a redis client with the supplied address and password.
# Structs
InMemoryCounter is typically used for local testing without a proper KV store available.
RedisCounter implements a distributed counter using Redis as backing store for the integer counter.
# Interfaces
Counter defines a lock implemented as a counter.