valkey-io/valkey

[NEW] Introduce database logical names

Aperta

#1601 aperta il 22 gen 2025

 (8 commenti) (2 reazioni) (0 assegnatari)C (1138 fork)batch import
client-changes-neededhelp wanted

Metriche repository

Star
 (25.779 stelle)
Metriche merge PR
 (Merge medio 17g 7h) (74 PR mergiate in 30 g)

Descrizione

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

Guida contributor