redis-cli on windows 7 has strange ascii characters -


when run redis-cli on windows, show following message.

redis 127.0.0.1:6379> @generic      [1mdel[0m [90mkey [key ...][0m      .......         [1mdump[0m [90mkey[0m        [33msummary:[0m return serialized version of value stored @ fied key.        [33msince:[0m 2.6.0         [1mexists[0m [90mkey[0m        [33msummary:[0m determine if key exists        [33msince:[0m 1.0.0 

it seems there ascii color charactars show not color show in window. need configuration in windows 7?

those unix tty color codes not meant cmd.exe on windows, seeing minor problem not addressed (yet).

redis on windows beta software. makes sense msopentech focus on redis-server, , not on redis-cli testing client technically isn't needed. on top of that, redis-cli works, it's default formatting of help , other feedback that's faulty.

you can work around using redis-cli option:

--raw              use raw formatting replies (default when stdout                    not tty). 

to see options, do:

redis-cli --help 

if bothers you, post issue on (https://github.com/msopentech/redis) .

hope helps, tw


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

android - Keyboard hides my half of edit-text and button below it even in scroll view -

css - Make div keyboard-scrollable in jQuery Mobile? -