valkey-io/valkey

[NEW] Introduce database logical names

Offen

#1.601 geöffnet am 22.01.2025

 (8 Kommentare) (2 Reaktionen) (0 zugewiesene Personen)C (1.138 Forks)batch import
client-changes-neededhelp wanted

Repository-Metriken

Stars
 (25.779 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 17T 7h) (74 gemergte PRs in 30 T)

Beschreibung

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

Contributor Guide