valkey-io/valkey

[NEW] Introduce database logical names

オープン

#1,601 opened on 2025/01/22

 (8 件のコメント) (2 件のリアクション) (0 人の担当者)C (1,138 件のフォーク)batch import
client-changes-neededhelp wanted

Repository metrics

Stars
 (25,779 個のスター)
PR merge metrics
 (平均マージ 17d 7h) (30d で 74 merged PRs)

説明

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

コントリビューターガイド