# Functions
New creates a Datastore that wraps ds and uses pool to execute redis-based operations.
WithEnforcedHostLimit enables enforcing the host limit count of the current license.
# Structs
Datastore is the mysqlredis datastore type - it wraps the fleet.Datastore interface to keep track of enrolled hosts and extends it to implement the fleet.EnrollHostLimiter interface which indicates when the limit is reached.
# Type aliases
Option is an option that can be passed to New to configure the datastore.