Sign inSign up

timonier/redis

By timonier

Updated over 6 years ago

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

Image
0

2.0K

timonier/redis repository overview

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

Tag summary

Content type

Image

Digest

Size

9.5 MB

Last updated

over 6 years ago

docker pull timonier/redis