timonier/redis
Redis is an open source key-value store that functions as a data structure server
980
Redis is an open source key-value store that functions as a data structure server
⚠️ This project is no longer maintained. ⚠️
# Define installation folder
export INSTALL_DIRECTORY=/usr/bin
# Use local installation
sudo bin/installer install
# Use remote installation
curl --location "https://gitlab.com/timonier/redis/raw/master/bin/installer" | sudo sh -s -- install
Note 1: If you do not define INSTALL_DIRECTORY
, installer
will use in /usr/local/bin
.
Note 2: docker-for-mac
users have to configure native NFS server.
Run the command redis-cli
:
# See all redis-cli options
redis-cli --help
# Run redis-cli
redis-cli -h redis-morgan.docker
docker pull timonier/redis