hulk
hulk
@aleksraiden I think we could hold this for a while since Go 1.23 is fresh enough for now.
@dmankotia No special reason and makes sense to export them.
@GO-Zheng Could have a try at the following command: ```shell ./_build/kvctl -H "http://192.168.1.45:9379" create namespace my-ns ``` because you're listening on the address `192.168.1.45`.
@GO-Zheng > But when I used "192.168.1.198:9379", the command failed. > However, if I access the port directly, it is available. I'm not quite sure how this can happen. Perhaps...
@travisshivers We need to add a new node as a replica and fail over the master to the new node, then we can delete the old master node.
@AryanSingh1112 Assigned, thank you!
@AryanSingh1112 As described in issue motivation, we need to add a dedicated page for those commands that are not supported in Redis on the Kvrocks website. Please refer to: -...
> I want to discuss how we can implement this feature. My idea is to count client memory within each worker (using `libevent`'s callback to count `evbuffer`) to avoid locking...
Hi @fdzuJ I cannot find where mentioned the syntax that supports the alias after ON COMMIT clause, seems it only supports [TABLESPACE tablespace_name] according to Postgre documentation: https://www.postgresql.org/docs/current/sql-createtable.html. It will...
@fdzuJ Thank you! I will submit a PR to resolve this.