client-changes-neededhelp wanted
Métriques du dépôt
- Stars
- (25 779 étoiles)
- Métriques de merge PR
- (Merge moyen 17j 7h) (74 PRs mergées en 30 j)
Description
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