“Instale o Redis Windows 10” Respostas de código

Como instalar o Redis no Windows 10

 https://github.com/microsoftarchive/redis/releases
 got to the above directory and download the msi 
 select add path to env
 and install
Alien0w0

instale redis

wget http://download.redis.io/redis-stable.tar.gz
tar xvzf redis-stable.tar.gz
cd redis-stable
make
Hurt Hoopoe

Redis para Windows

Memurai is the alternative officially recommended on the Redis-64 deprecation page; it is a commercial offering with free developer tier, maintained by Janea Systems

https://www.memurai.com/get-memurai#
Yasiel Cabrera

Instale o Redis Windows 10

Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux
Cautious Caracal

download de redis

$ wget http://download.redis.io/releases/redis-6.0.8.tar.gz
$ tar xzf redis-6.0.8.tar.gz
$ cd redis-6.0.8
$ make
Kirk-Patrick Brown

Redis Instale

curl -fsSL https://packages.redis.io/gpg | sudo gpg --dearmor -o /usr/share/keyrings/redis-archive-keyring.gpg

echo "deb [signed-by=/usr/share/keyrings/redis-archive-keyring.gpg] https://packages.redis.io/deb $(lsb_release -cs) main" | sudo tee /etc/apt/sources.list.d/redis.list

sudo apt-get update
sudo apt-get install redis
Monk Motivation

Respostas semelhantes a “Instale o Redis Windows 10”

Perguntas semelhantes a “Instale o Redis Windows 10”

Mais respostas relacionadas para “Instale o Redis Windows 10” em Shell/Bash

Procure respostas de código populares por idioma

Procurar outros idiomas de código