junegunn / redis-stat

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

Error while running redis-stat #63

Closed heera-jaiswal closed 7 years ago

heera-jaiswal commented 7 years ago

After successfully installed On running redis-stat localhost:6379/<password> Getting following error -bash: !dg3: event not found

OS: aws amazon linux(centos)

junegunn commented 7 years ago

Does your password contain !? Try wrapping the argument with single quotes so that it's not expanded by the shell. redis-stat 'localhost:6379/<password>'

heera-jaiswal commented 7 years ago

Thanks. It worked ! 👍