valkey-io/valkey

[NEW] Introduce database logical names

开放

#1,601 创建于 2025年1月22日

 (8 条评论) (2 个反应) (0 位负责人)C (1,138 个派生)batch import
client-changes-neededhelp wanted

仓库指标

星标
 (25,779 个星标)
PR 合并指标
 (平均合并 17天 7小时) (30 天内合并 74 个 PR)

描述

Allow users to select databases using logical names (strings). This will simplify client code by eliminating the need to map database numbers to names manually. For example, users should be able to run:

select orders
select emails
select monitoring
.
.
select 1
select 2

This feature can be implemented part of https://github.com/valkey-io/valkey/issues/1597

贡献者指南