EvictionPolicy type
Redis eviction policy - default is VolatileLRU
KnownEvictionPolicy can be used interchangeably with EvictionPolicy,
this enum contains the known values that the service supports.
Known values supported by the service
AllKeysLFU: AllKeysLFU
AllKeysLRU: AllKeysLRU
AllKeysRandom: AllKeysRandom
VolatileLRU: VolatileLRU
VolatileLFU: VolatileLFU
VolatileTTL: VolatileTTL
VolatileRandom: VolatileRandom
NoEviction: NoEviction
type EvictionPolicy = string