You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the v9 go-redis version is always trying to use RESP3 and in case of failure, it will fall back to resp2.
However, even on scenarios that the server supports resp 3, there are some considerations ( performance for example, or controlling the reply type ) in which we want to be able to chose.
Furthermore, in the event of old server/servers that don't support it, it's expensive to continuously pay the network and CPU for something that the user knows beforehand will fail.
The text was updated successfully, but these errors were encountered:
Currently, the v9 go-redis version is always trying to use RESP3 and in case of failure, it will fall back to resp2.
However, even on scenarios that the server supports resp 3, there are some considerations ( performance for example, or controlling the reply type ) in which we want to be able to chose.
Furthermore, in the event of old server/servers that don't support it, it's expensive to continuously pay the network and CPU for something that the user knows beforehand will fail.
The text was updated successfully, but these errors were encountered: