Twice

Results 106 issues of Twice

# Which issue does this PR close? Closes #3639. # Rationale for this change Instead of performing a full scanning and returning a `Vec`, now we introduce an associated type...

releases-note/feat

### Feature Description Could we add a cargo feature named `services-all` to include all avaible services? So that we don't need to maintain a service list inside every bindings, e.g....

enhancement

# Which issue does this PR close? Part of #5194. # Rationale for this change This PR initializes the async version of C++ binding. # What changes are included in...

releases-note/feat

### Feature Description Related to #2981, #3156. ### Problem and Solution We can add async support for C++ binding since C++20 coroutine is already a widely-used feature. By utilizing cxx-async...

enhancement

It closes #443. > I found that currently the server side of tungstenite will directly drop the connection when encountering some handshake failures (the stream is moved into accept() so...

I found that currently the server side of tungstenite will directly drop the connection when encountering some handshake failures (the `stream` is moved into `accept()` so it will be dropped...

The input parameter should be slot ranges e.g. `slotRanges: ["1", "2-8", "11-22"]` instead of slot. Also we need to explain what's the `slotOnly` parameter.

We need to add more cases about concurrency access from users, e.g. users can emit multiple migration tasks simultaneously from client.

It seems we lack a workflow to build the web UI and release nightly snapshot to our users. We can first add a github actions workflow for it, and then...

We can introduce a minimal supported version to kvrocks controller, e.g. ``` kvrocks controller 1.0.0 -> minimal supported kvrocks version 2.1.0 ``` And we need to check it inside the...