redis-commander icon indicating copy to clipboard operation
redis-commander copied to clipboard

Unable to Use `\n` To Add Newlines in Redis Console

Open zicklag opened this issue 11 months ago • 0 comments

When trying to use the redis command prompt at the bottom of the UI, adding a \n to try and put a newline in a value doesn't work as expected:

image

The backslash disappears like it is being treated as an escape character, but it just inserts the n character instead of a newline.

zicklag avatar Nov 07 '24 00:11 zicklag