timonier/redis

By timonier

Updated almost 5 years ago

Redis is an open source key-value store that functions as a data structure server

Image
0

980

README

Redis is an open source key-value store that functions as a data structure server

⚠️ This project is no longer maintained. ⚠️

Installation

# 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.

Usage

Run the command redis-cli:

# See all redis-cli options

redis-cli --help

# Run redis-cli

redis-cli -h redis-morgan.docker

Links

Docker Pull Command

docker pull timonier/redis