Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support long lines #84

Open
williame opened this issue Jan 29, 2015 · 1 comment
Open

Support long lines #84

williame opened this issue Jan 29, 2015 · 1 comment

Comments

@williame
Copy link

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.

@CrimsonGlory
Copy link

The same happens with mongo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants