haserebook.blogg.se

Install redis cli mac
Install redis cli mac










install redis cli mac

Printf "$protocol" > /dev/tcp/localhost/6379 # Send to Redis on default port on local host - but you can change it # Very, very simplistic Redis client in bash

#Install redis cli mac install#

If you actually just want to install the very least software you possibly can, you don't actually have to install anything! The Redis protocol is pretty simple, so you can build up a command in bash and send it yourself like this: #!/bin/bash So it is not a heavy-weight installation with loads of services and config files anyway.īy the way, you could always pull and run the docker redis-cli without installing anything: docker run -it redis redis-cli -h 192.168.0.8 # change to your Redis host's IP So, a lot of it is the licence, README and, of the 6 binaries, one is a symlink anyway. Lrwxr-xr-x 1 mark admin 12 2 Aug 10:00 redis-sentinel -> redis-server r-xr-xr-x 1 mark admin 13936 2 Aug 10:00 redis-check-aof r-xr-xr-x 1 mark admin 67668 2 Aug 10:00 redis-benchmark rw-r-r- 1 mark admin 376 9 Aug 10:34 INSTALL_RECEIPT.json Or, you can look directly in homebrew's Cellar, like this: ls -lR /usr/local/Cellar/redis/3.2.3 usr/local/Cellar/redis/3.2.3/bin/redis-server usr/local/Cellar/redis/3.2.3/bin/redis-sentinel usr/local/Cellar/redis/3.2.3/bin/redis-cli

install redis cli mac

usr/local/Cellar/redis/3.2.3/bin/redis-check-rdb usr/local/Cellar/redis/3.2.3/bin/redis-check-aof You will see that it only installs very few files indeed anyway: /usr/local/Cellar/redis/3.2.3/bin/redis-benchmark If you install redis with homebrew, you can see what's in the package like this: brew install redis












Install redis cli mac