publicTypedRedisValueUnknownSubcommandOrArgumentCount()=>TypedRedisValue.Error($"ERR Unknown subcommand or wrong number of arguments for '{Command}'.");
publicTypedRedisValueUnknownSubcommandOrArgumentCount()=>TypedRedisValue.Error($"ERR Unknown subcommand or wrong number of arguments for '{ToString()}'.");
publicstringGetString(intindex)
=>_inner[index].GetString();
...
...
@@ -26,16 +30,10 @@ public string GetString(int index)