I have a Linux server with Redis installed, and I want to connect to it via the command line from my local Linux machine.
Is it possible to install only redis-cli (without redis-server and other tools)?
If I just redis-cli to my local computer and run it, I have the following error:
./redis-cli: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.14' not found (required by ./redis-cli)
linux redis
Oleg Feb 15 '14 at 8:43 2014-02-15 08:43
source share