core/redis: remove redis

This commit is contained in:
Caleb Doxsey 2023-11-28 12:11:20 -07:00
parent d610b9c25c
commit adfc484adb
27 changed files with 24 additions and 1187 deletions

View file

@ -586,8 +586,6 @@ func (o *Options) Validate() error {
switch o.DataBrokerStorageType {
case StorageInMemoryName:
case StorageRedisName:
return errors.New("config: redis databroker storage backend is no longer supported")
case StoragePostgresName:
if o.DataBrokerStorageConnectionString == "" {
return errors.New("config: missing databroker storage backend dsn")