Results 292 comments of Rueian

But we also need to consider if there is a notable performance impact due to the changes.

Yes, but we don’t have an ETA for this. This could have great impact in terms of performance. I currently have no idea how big it could be. Also this...

Add one more issue for autoscaler v2 https://github.com/ray-project/ray/issues/51321.

Add a new one https://github.com/ray-project/ray/issues/52361. I will open a PR soon.

> Hi @rueian @dentiny , The autoscaler e2e test is failing, which I think is flaky. Could you please re-trigger it for me? > > Thanks! Hi @machichima, I don't...

> Due to these complications, we dont use unsubscription commands in GLIDE, relying on the transport tear down instead. I managed to work around this issue in valkey-go(rueidis) by giving...

I already handled the different format of PONG responses in subscribed mode, but I did miss that the PING can be rejected by ACL. Thanks @zuiderkwast!

Thanks @mingdaoy! Let me know if you need any help.

Hi @hamidrabedi, You need to use [FT.ALTER](https://redis.io/docs/latest/commands/ft.alter/) on your own currently, just like what CreateIndex does under the hood. https://github.com/redis/rueidis/blob/5135acdc65c815cdce8e8b0c12c1e5aa939504bd/om/json.go#L139 We may also add an AlterIndex method to the repository...

> Hey @rueian Can I have a go at this issue? > > Just to clarify few things before I begin working on the fix: 1- We want to add...