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
We're currently using a general-purpose JSON encoder for constructing the messages we send to Redis. However, our messages are pretty simple and the structure is always the same, so we may be able to get some performance gains out of using a more specialized JSON encoder that doesn't rely on reflection.
The text was updated successfully, but these errors were encountered:
We're currently using a general-purpose JSON encoder for constructing the messages we send to Redis. However, our messages are pretty simple and the structure is always the same, so we may be able to get some performance gains out of using a more specialized JSON encoder that doesn't rely on reflection.
The text was updated successfully, but these errors were encountered: