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
As linenoise is used by redis, it is not possible to set long key values that exceed 4K.
When linenoise reads in a line and does not find the \n, it should continue to read in more blocks of input and concatenate them until the \n is found.
The text was updated successfully, but these errors were encountered:
As linenoise is used by redis, it is not possible to set long key values that exceed 4K.
When linenoise reads in a line and does not find the \n, it should continue to read in more blocks of input and concatenate them until the \n is found.
The text was updated successfully, but these errors were encountered: