package
0.5.1
Repository: https://github.com/victorkt/flaggio.git
Documentation: pkg.go.dev

# Functions

NewEvaluationRepository returns a new evaluation repository that uses redis as underlying storage.
NewFlagRepository returns a new flag repository that uses redis as underlying storage.
NewRuleRepository returns a new rule repository that uses redis as underlying storage.
NewSegmentRepository returns a new segment repository that uses redis as underlying storage.
NewVariantRepository returns a new variant repository that uses redis as underlying storage.

# Structs

EvaluationRepository implements repository.Evaluation interface using redis.
FlagRepository implements repository.Flag interface using redis.
RuleRepository implements repository.Rule interface using redis.
SegmentRepository implements repository.Segment interface using redis.
VariantRepository implements repository.Variant interface using redis.