# Functions
NewRedisHandler returns new instance of redisHandler, a connection handler that handler redis-like interface.
NewServer returns a new instance of *redcon.Server, using Handler as its connection processor.
Run creates a new Listener with specified address on TCP network.
RunInstrumentation creates and run a HTTP server which provides a couple of endpoints: - /health to check server health - /metrics to provide instrumentation metrics.
# Structs
ClientConfig holds the configuration for Redis client.
RedisConfig holds configuration for initializing redisHandler.
# Interfaces
Handler provide set of methods to handle incoming connection.