DB Selection

Overview

This section focuses on the go-zero redis component considerations of db selection.

Description

go-zero redis component, no db associated configuration, default db0.Db selection is not supported by default due mainly to the redis cluster and only db0 is supported. If a different business scenario is differentiated by db, it is recommended to use multiple redis to be managed.If you really choose db scene, you can refer to PR for self-processing.