You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the struct RetrieverConf contains the field RedisOptions *redis.Option which is not serializable into JSON since it contains function fields. Maybe we should create some "serializable layer" ? In that case it would be easier pass command line configuration properties in cmd/cli package (see: #4025 for ongoing implementation)