Skip to content

[BUG] Support multi-db in CME #204

@zvi-code

Description

@zvi-code

Multiple db's in CME was added to valkey - valkey-io/valkey#1671. Seems that the code is assuming only db 0 exists for CME cluster and will assert otherwise.

some pointers:

auto status = RemoveIndexSchemaInternal(0, id);

CHECK(index_schema_proto.db_num() == 0)

CHECK(db_num == 0) << "In cluster mode, we only support DB 0";

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

Status

Todo

Status

In Progress

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions