junegunn / redis-stat

(UNMAINTAINED) A real-time Redis monitoring tool
MIT License
2.02k stars 339 forks source link

Throwing an error while using redis-stat on windows. #41

Closed prh7 closed 8 years ago

prh7 commented 8 years ago

redis-stat_error

I get the error as shown in the images above while using redis-stat on windows but redis-stat works fine on Linux. I couldn't figure the exact problem with it as I am just a beginner to Redis. If any help would be appreciated.

junegunn commented 8 years ago

You can safely ignore the message. It's the command for determining the size of the terminal screen and you're seeing the message since it's not available on Windows but redis-stat will just use the hard-coded default width and height instead.

I could update redis-stat to skip the command on Windows, but I currently don't have a Windows PC to test it on.

prh7 commented 8 years ago

my problem is redis-stat is not doing the job as it is supposed to do. When I try running this command it doesn't work at all whereby throwing this error. Could you please help me out with it?

junegunn commented 8 years ago

Hmm, I see, but as I stated above I don't have a Windows PC. redis-stat should work even when the command failed, so something's wrong but I have no clue. Can you try using the JAR file instead? Does it work?

https://github.com/junegunn/redis-stat/releases/

prh7 commented 8 years ago

Again the same error on windows by doing way preferred by you.

prh7 commented 8 years ago

It worked with executable jar and ruby gem is having problem on windows. Thanks mate for the help!!!

junegunn commented 8 years ago

Sounds good, I'll try to fix the windows issue when I get a chance.