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
I am writing a KeyDB client library for the V language, I have noticed that KeyDB is currently responding with RESP2 $-1\r\n and *-1\r\n instead of using RESP3 _\r\n.
Is KeyDB going to switch to RESP3 protocol or is it going to stay on RESP2?
I am writing a KeyDB client library for the V language, I have noticed that KeyDB is currently responding with RESP2
$-1\r\nand*-1\r\ninstead of using RESP3_\r\n.Is KeyDB going to switch to RESP3 protocol or is it going to stay on RESP2?