redis-cli v2.6.14 on Centos 6.3 (local to the redis-server daemon) "disconnects" on its own after only a few minutes of inactivity.
For example, if I run "info memory" (and see expected output), don't touch the client for >1 but <5 minutes, and execute "info memory" again, the client exits to a bash prompt without any additional messages. It does not matter what the command run is, the disconnect is the same.
This does not happen when I am running the same version on OSX.
Is this an expected behavior, or is there an error occurring I am not seeing?