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 合併指標
 (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

貢獻者指南