Skip to content

(change) Add serializable configuration layer for redis options in struct describing configuration of retriever #4023

@DeamonDev

Description

@DeamonDev

Motivation

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)

Requirements

Discussion on that matter

Metadata

Metadata

Labels

changeThis is a change in the code that should not affect the usersp2Medium priority

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions