677

How do I run Redis on Windows? The Redis download page just seems to offer *nix options.

Can I run Redis natively on Windows?

David Fullerton
  • 3,164
  • 25
  • 37
DaveHeller
  • 6,959
  • 3
  • 15
  • 9
  • 34
    Keep in mind that the most upvoted answer links to outdated repo with very old version of redis. If you need much newer version check my answer [link](http://stackoverflow.com/a/19579610/1090562) – Salvador Dali Oct 25 '13 at 01:30
  • 2
    MSOpenTech [just announced](http://msopentech.com/blog/2014/03/24/updates-released-redis-windows) a production-ready build of Redis 2.8.4. It looks like [my instructions](http://stackoverflow.com/a/20200022/62600) for gathering up all the bits are still relevant though. – Todd Menier Mar 26 '14 at 12:36
  • 1
    for local development setup - http://geekindulgence.com/install-redis-as-a-windows-service-using-chocolatey/ – SSED Oct 21 '15 at 12:46
  • 6
    I recommend using Docker on Windows with redis. few repos: - the official redis repo: https://hub.docker.com/_/redis/ - the redis-enterprise repo (clustered redis running Redis Cloud by Redis Labs): https://hub.docker.com/r/redislabs/redis/ – Cihan B. Apr 11 '17 at 16:11
  • 20
    Pay attention to the **DATES** of the answers (and comments), which is more important than upvotes for this particular question. **MOST** answers (including mine) are now outdated. Microsoft's native port appears to be discontinued. If you have the latest Windows 10, running Redis on Ubuntu on Windows _appears_ to be quite possibly the best option. See [here](https://github.com/ServiceStack/redis-windows). – Todd Menier Feb 15 '18 at 15:38
  • It looks like the MSFT port hasn't been updated since 2016. – jinglesthula Jul 31 '18 at 22:53
  • 8
    Most answers are outdated and point to projects that are now abandoned. The MSOpenTech port was discontinued in 2016. See [my answer](https://stackoverflow.com/a/56140543/9540438) for a solution that is up-to-date with the latest Redis (Redis 5, at the time of this writing). – Alexis Campailla Jun 25 '19 at 13:52
  • I suggest using WSL for windows, https://redislabs.com/blog/redis-on-windows-10/ – Karthik P Jan 07 '20 at 10:06
  • all these versions are outdated where can found 6.0 version for windows. And why is they so difficult to find even when the Redis is used in almost all big projects? – Somnath Singh Aug 12 '20 at 07:03
  • 1
    # Redis Installation Link for Windows https://github.com/tporadowski/redis/releases – Md. Alim Ul Karim Oct 07 '20 at 15:31

39 Answers39

466

Download Microsoft's port from their GitHub repository.

This release includes the redis-server.exe application that runs a Redis instance as a service on your windows machine, as well as redis-cli.exe which you can use to interact with any Redis instance.

The RGL repository has historically been listed as an alternative Windows port for Redis, but this repository has not been maintained for some time and implements an older version of Redis than the Microsoft port.

It should be noted that the official port is no longer maintained either, and Microsoft recommends yet another alternative for the latest Redis features. However, their recommendation is neither free nor open source, so it won't be linked here.

Jake
  • 6,855
  • 6
  • 53
  • 64
serg
  • 103,023
  • 70
  • 299
  • 324
  • 2
    Wasn't one click for me. I've run the executable and still not sure how to get it to run – Trevor de Koekkoek May 12 '13 at 16:43
  • 8
    After running the installer, I had to manually put a redis.conf file in c:\Program Files\Redis, as described in the readme. I just copied c:\program files\Redis\conf\redis-dist.conf. Then I could start the service from the services control panel (or 'net start redis' from a command line) – solublefish May 24 '13 at 03:49
  • 6
    I had to edit the service and change the account to "local system", otherwise the service would not start. I did not have to copy any config files. – Ingo Kegel Jun 11 '13 at 10:01
  • 26
    It should be noted that this is a very old port, nearly 3 years. See [my answer](http://stackoverflow.com/a/20200022/62600) for running MSOpenTech's (nearly) up-to-date port and associated watcher service. – Todd Menier Nov 25 '13 at 18:54
  • 17
    it is very old version of redis ! from 2012 – Alireza Aboutalebi Jan 20 '15 at 06:49
  • To get most recent variant of this nice solution that still works on Windows Server 2003 you should: 1. Install as is + tune permissions if you set another user to run service with 2. Change exe files to ones w version 2.6.12 from Todd's solution (see next) 3. Remove strings in \conf\redis.conf from ###### VIRTUAL MEMORY #### to the end – sherdim Dec 03 '17 at 01:47
  • 2
    The options mentioned here are outdated. The MSOpenTech repo (now archived) has not been updated since 2016 and is still on version 3.0 of Redis. See [my answer](https://stackoverflow.com/a/56140543/9540438) for a solution that is up-to-date with the latest Redis. – Alexis Campailla Jun 25 '19 at 13:46
  • Same thing happened to Microsoft's Redis binaries. They're three years old now. Redis 5 is out, no binaries available from any source. – Jari Turkia Nov 12 '19 at 08:32
  • 1
    These are extremely old versions. – Derek Gogol Dec 20 '19 at 22:06
  • 1
    These versions are out of date years ago. The current recommendation is to use WSL. – np8 Jun 08 '20 at 13:18
  • Saved me! Thanks! – Renan Coelho Feb 18 '21 at 05:16
301

Update

If you have Windows Subsystem for Linux (WSL), natively on Windows 10 and Windows Server 2019 you can do it per Ogglas answer


I found one more simple way to install Redis under Windows

Download the latest Redis .msi file from

https://github.com/MSOpenTech/redis/releases

after installation. The redis service is installed, we can operate it from Service manager

enter image description here

zangw
  • 33,777
  • 15
  • 127
  • 153
167

If you want to install MSOpenTech's latest port of Redis, on a Windows server, watched over by a Windows Service, without having to build anything yourself, read on.

MSOpenTech's seems to be the only port that is actively trying to keep up with the latest and greatest Redis. They claim it is production-ready, but they haven't exactly packaged it up neatly for installation on a server, especially if you want to run their RedisWatcher service to keep an eye on it, which is recommended. (I tried building RedisWatcher myself per their instructions, but the required Wix Toolset managed to mess up my system pretty good. I won't go into it.) Fortunately they've provided all the binaries you need, just not all in one place. From the README:

So far the RedisWatcher is not carried over to 2.6. However this should not be affected by the Redis version, and the code in the 2.4 branch should work with the Redis 2.6 binaries.

So you'll need to download binaries from 2 branches in order to get all the necessary bits. Without further ado, here are the steps:

  1. Download and extract the Redis binaries from the 2.6 branch
  2. Copy all extracted binaries to c:\redis\bin
  3. Create another folder at c:\redis\inst1
  4. Download and extract the RedisWatcher binaries from the 2.4 branch
  5. Run InstallWatcher.msi. This should create a Windows service called Redis watcher.
  6. Open up the Windows Services console and start the Redis watcher service.
  7. (optional) RedisWatcher should have installed to C:\Program Files (x86)\RedisWatcher. There you'll find a config file called watcher.conf, which you can edit to set up additional instances, use different paths than I specified in steps 2 & 3, etc. You will not need to restart the service for changes to take effect.
Todd Menier
  • 32,399
  • 14
  • 130
  • 153
  • 1
    You'll be happy to try this one. It works (on my Windows 2008 R2 64bit server at least). Takes you 5 minutes. – Christiaan Westerbeek May 25 '14 at 09:23
  • I receive a nice error when running InstallWatcher.msi: There is a problem with this Windows Installer package. A DLL required for this install to complete could not be run. Contact your support personnel or package vendor. – tfont Oct 07 '14 at 17:22
  • At the end, if you want to know that it's installed and working fine, you can download the Redis Desktop Manager (https://github.com/uglide/RedisDesktopManager or via Chocolatey). By default, the Host is localhost running on port 6379. – Ryan Shripat Feb 18 '15 at 20:46
  • 2
    **Chocolatey** for install it : http://geekindulgence.com/install-redis-as-a-windows-service-using-chocolatey/ Useful for development machine IMHO. For server, I'm confused it. – PreguntonCojoneroCabrón Aug 07 '15 at 15:17
  • redis 2.6.12 is the last version that works on Windows Server 2003. – sherdim Dec 03 '17 at 00:37
159

The most updated (only few minor releases behind) version of Redis can be found here. This repository provides you with 3.2.100 version (current is 3.2) whereas the most upvoted answer gives you only 2.4.6 version and the last update to the repo was 2 years ago.

The installation is straightforward: just copy everything from the archive to any folder and run redis-server.exe to run the server and redis-cli.exe to connect to this server through the shell.

Community
  • 1
  • 1
Salvador Dali
  • 182,715
  • 129
  • 638
  • 708
  • Straightforward if just want to run the exe, which I'd never do in a production environment without the watcher service, and they haven't provided binaries for that in the 2.6 branch for whatever reason. Fortunately the 2.4 version of the service is compatible with the 2.6 version of the exe - see [my answer](http://stackoverflow.com/a/20200022/62600) to get it all up an running. – Todd Menier Jan 08 '14 at 16:05
  • 8
    @ToddMenier most probably no one would run exe in production environment, because people would use some linux system for this. This is how to set up redis to be able to play with it and to learn (and I do not see why would I need to run multiple instances of redis here) – Salvador Dali Jan 08 '14 at 20:33
  • I'm running it in production and it works great. That said, all else being equal you are right, Linux is the way to go. But we're a small Windows shop without much *nix expertise to speak of. – Todd Menier Jan 12 '14 at 14:50
  • +1 ( for the img trick) . ps - how can I make my windows run the redis server without user login ? is there any service version for redis server executable ? for example - there server was reset , and now the logon window appear. but I want redis server - at that point - to be running. – Royi Namir Apr 25 '14 at 05:39
  • 2
    Thanks, Salvador. This was just what I was looking for. To show my gratitude, I just gave you double credit. One upvote for the correct answer, and one upvote for pointing me away from the outdated, yet most upvoted answer. – user64141 Nov 05 '15 at 00:24
  • https://github.com/microsoftarchive/redis/releases/tag/win-3.2.100 download the msi installer and install and cd to the installed directory and typ 'ping' to test and thats it – Ahmed Aboud Jul 30 '19 at 11:16
110

To install Redis for Windows

You can choose either from these sources

  1. https://github.com/MSOpenTech/redis/releases or
  2. https://github.com/rgl/redis/downloads

Personally I preferred the first option

  • Download Redis-x64-2.8.2104.zip
  • Extract the zip to prepared directory

  • run redis-server.exe or redis-server.exe --maxheap 2gb

enter image description here

  • then run redis-cli.exe

enter image description here

enter image description here

You can start using Redis now, please refer for commands

Abdulrahman Bres
  • 1,807
  • 1
  • 15
  • 33
Cristiana Chavez
  • 10,879
  • 5
  • 51
  • 51
61

Maybe its a little Late but, I was able to run Redis on Windows 10 Aniversary Update.
Windows 10 Aniversary Update Comes with Bash on Ubuntu on Windows, simply, it comes with bash.

Below are the two tutorial that I followed:

1- How to Install and Use the Linux Bash Shell on Windows 10
2- How To Install and Use Redis

Below is the image of running Redis.

Enjoy :)

Redis running on port 6379

awebartisan
  • 1,194
  • 11
  • 23
  • 1
    As a note, I installed Ubuntu 18 from the Windows store and had to `sudo apt install gcc make` before I could get Redis installed and built. Ran into this one as well ;) https://stackoverflow.com/questions/37103054/redis-installation-fails-when-running-make-command – jinglesthula Jul 31 '18 at 23:29
  • 3
    How do you access this install from windows? – neslekkiM Sep 02 '18 at 13:37
  • 1
    you access it from Bash. and if you are running an application like Laravel you just need to setup the variables in environment file and redis will be available in your project. Because of its port 6379 – awebartisan Sep 02 '18 at 17:24
  • I had tried the instruction in link 2, it did not work for me but this did: https://redislabs.com/blog/redis-on-windows-10/, with ubuntu 18.04 – JLi May 03 '20 at 12:45
  • This is the way to go (WSL), but the details are missing (are behind links). @Ogglas 's answer is the same but with the installation instructions. – np8 Jun 08 '20 at 13:20
52

Go to the releases and you can get a ZIP file containing the relevant files as well as a Word document called RedisService.docx with the following instructions:

Installing the Service

--service-install

This must be the first argument on the redis-server command line. Arguments after this are passed in the order they occur to Redis when the service is launched. The service will be configured as Autostart and will be launched as "NT AUTHORITY\NetworkService". Upon successful installation a success message will be displayed and Redis will exit. This command does not start the service.

For instance:

redis-server --service-install redis.windows.conf --loglevel verbose

And then later, in the same document, another example:

The following would install and start three separate instances of Redis as a service:

redis-server --service-install -–service-name redisService1 –port 10001

redis-server --service-start --service-name redisService1

redis-server --service-install --service-name redisService2 –port 10002

redis-server --service-start --service-name redisService2

redis-server --service-install --service-name redisService3 –port 10003

redis-server --service-start --service-name redisService3

From what I can gather, this appears to be the new way forward rather than messing with a separate Windows service to monitor and restart the CLI.

bbrown
  • 6,240
  • 5
  • 35
  • 42
36

Download redis from Download Redis for windows

  • Then install it
  • open cmd with admin rights
  • run command net start redis

Thats it.

Guru
  • 634
  • 6
  • 17
  • if you have not connected with redis For windows from Command Prompt, cd C:\Program Files\Redis and then redis-server – Ramesh Aug 10 '19 at 16:09
30

MS Open Tech recently made a version of Redis available for download on Github. They say that it isn't production ready yet, but keep an eye on it.

Github repo

Download releases as MSIs

jevon
  • 2,927
  • 3
  • 29
  • 40
JesseBuesking
  • 6,178
  • 3
  • 40
  • 85
30

If you have Windows Subsystem for Linux (WSL), natively on Windows 10 and Windows Server 2019 you can do it like this:

Set up WSL:

  1. To enable Windows Subsystem for Linux, follow the instructions on Microsoft Docs. The short version is: In Windows 10, Microsoft replaces Command Prompt with PowerShell as the default shell. Open PowerShell as Administrator and run this command to enable Windows Subsystem for Linux (WSL):

    Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux
    
  2. Reboot Windows after making the change—note that you only need to do this one time.

  3. Download and install one of the supported Linux distros from the Microsoft Store. Ubuntu works fine.
    Note that Ubuntu 20.04 LTS may give you some trouble because of a known issue with the realtime clock (as of August 2020). Choosing Ubuntu 18.04 LTS instead avoids that issue.

Install and Test Redis:

  1. Launch the installed distro from your Windows Store and then install redis-server. The following example works with Ubuntu (you’ll need to wait for initialization and create a login upon first use):

    > sudo apt-get update
    > sudo apt-get upgrade
    > sudo apt-get install redis-server
    > redis-cli -v
    
  2. Restart the Redis server to make sure it is running:

    > sudo service redis-server restart
    
  3. Execute a simple Redis command to verify your Redis server is running and available:

    $ redis-cli 
    127.0.0.1:6379> set user:1 "Oscar"
    127.0.0.1:6379> get user:1
    "Oscar"
    
  4. To stop your Redis server:

    > sudo service redis-server stop
    

Source:

https://redislabs.com/blog/redis-on-windows-10/

https://en.wikipedia.org/wiki/Windows_Subsystem_for_Linux

Carsten
  • 1,919
  • 1
  • 15
  • 40
Ogglas
  • 38,157
  • 20
  • 203
  • 266
  • 1
    A note- the newest version for ubuntu in the store did not work for me. Had to uninstall and install the 18.04 version instead for redis to work. – JLi May 03 '20 at 12:54
  • This is the most up-to-date way to use Redis on Windows 10. – np8 Jun 08 '20 at 13:15
  • As per @JLI's comment above, there is a known issue with Ubuntu 20.04 in combination with WLS. Using 18.04 is easier than any of the fixes offered on the corresponding issue: https://github.com/microsoft/WSL/issues/4898 – Carsten Aug 04 '20 at 21:30
  • I'm using Debian via WLS and it's working just fine – Mahmoud Sep 16 '20 at 13:06
  • I'm using Win 10.0.18363.1198 + WSL 1 (confirmed using PS 'wsl -l -v') and Ubuntu 20.04 here without issues. Redis is running fine and receiving commands. This is not a production environment, but for dev+test all seems in order. – Tom Dibble Nov 25 '20 at 21:34
  • If you vote down, please say why. – Ogglas Dec 27 '20 at 08:29
28

You can use Memurai for Windows, a Redis-compatible cache and datastore for Windows, currently compatible with Redis 5. Memurai aims to fulfill the need for a supported Redis-compatible datastore on the Windows platform. At its core, it’s based on Redis source code, ported to run natively on Windows, and it’s designed to provide the level of reliability and performance required for production environments. Memurai is free for development and testing. You can learn more and download Memurai at https://www.memurai.com.

Alexis Campailla
CEO, Memurai

  • As much as I appreciate your efforts, that EULA is a no-no. Pass. – airstrike Feb 12 '20 at 03:33
  • 2
    I think using this is the more up to date way to natively run Redis on Windows. – jbernardo Jun 16 '20 at 16:34
  • Is there an open source edition or a limited feature production edition available ? – Tushar Sep 08 '20 at 09:51
  • 2
    @Tushar there is no open source or free production edition. However we have pricing plans that accommodate different (eg small startup) needs, so I recommend you reach out at https://www.memurai.com/contact – Alexis Campailla Sep 09 '20 at 12:40
20

There are two ways. You can use MSI installation file or do it manually:

First download the msi or the zip file:

You can download both files from here: https://github.com/MicrosoftArchive/redis/releases

Watch video tutorial (video covers example of both installations)

see this installation video tutorial:
https://www.youtube.com/watch?v=ncFhlv-gBXQ

Shiva
  • 18,435
  • 13
  • 75
  • 104
DevWL
  • 11,946
  • 5
  • 71
  • 69
  • 5
    Man it would be nice if someone just wrote down what was in the video. Not everyone can youtube at work. – J. Allen Sep 14 '18 at 19:27
  • 1
    In the downloaded zip archive, there is an instruction file in docx. Its copy in txt is also here: https://raw.githubusercontent.com/MSOpenTech/redis/3.0/Windows%20Service%20Documentation.md on https://github.com/MicrosoftArchive/redis under the heading "How to configure and deploy Redis on Windows ". – Maxim Mandrik Apr 05 '19 at 12:58
19

I don't run redis on windows. There's too much hassle involved in keeping up with the ports, and they lag behind redis-stable by a version or two all the time.

Instead I run redis on a Vagrant virtual machine that runs redis for me. I've bundled up the whole thing into a simple github repo so everyone can get in on the fun without too much hassle. The whole thing is an automated build so there's no mess. I blogged about the details here.

koppor
  • 14,964
  • 11
  • 100
  • 141
Jason Punyon
  • 37,168
  • 13
  • 93
  • 118
14

I think these is the two most simple ways to run Redis on Windows

1 - Native (and updated) port for Windows

As described here on Option 3) Running Microsoft's native port of Redis:

  1. Download the redis-latest.zip native 64bit Windows port of redis

wget https://github.com/ServiceStack/redis-windows/raw/master/downloads/redis-latest.zip

  1. Extract redis64-latest.zip in any folder, e.g. in c:\redis

  2. Run the redis-server.exe using the local configuration

cd c:\redis

redis-server.exe redis.conf

  1. Run redis-cli.exe to connect to your redis instance

cd c:\redis

redis-cli.exe

2 - With Vagrant

You can use Redis on Windows with Vagrant, as described here:

  1. Install Vagrant on Windows

  2. Download the vagrant-redis.zip vagrant configuration

    wget https://raw.github.com/ServiceStack/redis-windows/master/downloads/vagrant-redis.zip

  3. Extract vagrant-redis.zip in any folder, e.g. in c:\vagrant-redis

  4. Launch the Virtual Box VM with vagrant up:

    cd c:\vagrant-redis

    vagrant up

This will launch a new Ubuntu VM instance inside Virtual Box that will automatically install and start the latest stable version of redis.

Dherik
  • 13,091
  • 10
  • 86
  • 132
13

If you're happy with a bit of Powershell, you can also get very up-to-date Windows binaries using Powershell and chocolatey.

First, add chocolatey to Powershell following the instructions here (one simple command line as admin): https://chocolatey.org/

@powershell -NoProfile -ExecutionPolicy unrestricted -Command "iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))" && SET PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin

Then, use Powershell to get the redis package from chocolatey: http://chocolatey.org/packages/redis-64

choco install redis-64

Redis will be installed in something like C:\ProgramData\chocolatey\lib\redis-64.2.8.9

Windows PowerShell Copyright (C) 2013 Microsoft Corporation. All rights reserved.

PS C:\windows\system32> choco install redis-64 Chocolatey (v0.9.8.27) is installing 'redis-64' and dependencies. By installing you accept the license for 'redis-64' an d each dependency you are installing.

redis-64 v2.8.9 Added C:\ProgramData\chocolatey\bin\redis-benchmark.exe shim pointed to '..\lib\redis-64.2.8.9\redis-benchmark.exe'. Added C:\ProgramData\chocolatey\bin\redis-check-aof.exe shim pointed to '..\lib\redis-64.2.8.9\redis-check-aof.exe'. Added C:\ProgramData\chocolatey\bin\redis-check-dump.exe shim pointed to '..\lib\redis-64.2.8.9\redis-check-dump.exe'. Added C:\ProgramData\chocolatey\bin\redis-cli.exe shim pointed to '..\lib\redis-64.2.8.9\redis-cli.exe'. Added C:\ProgramData\chocolatey\bin\redis-server.exe shim pointed to '..\lib\redis-64.2.8.9\redis-server.exe'. Finished installing 'redis-64' and dependencies - if errors not shown in console, none detected. Check log for errors if unsure

Then run the server with

redis-server

Or the CLI with

redis-cli

Follow the instructions in C:\ProgramData\chocolatey\lib\redis-64.2.8.9\RedisService.docx to install the redis service

Chloe
  • 21,167
  • 37
  • 143
  • 289
user783836
  • 2,249
  • 1
  • 22
  • 28
12

Since MSOpenTech's port of Redis is no longer maintained - anyone interested in native port of Redis for Windows can now get the version 4.0.14 and 5.0.10 from here: https://github.com/tporadowski/redis/releases. This fork is a merge of latest 3.2.100 version from MSOpenTech and 4.0.14/5.0.10 from antirez/redis with a couple of bugfixes.

9

To install Redis on Windows system follow the below steps:

  1. Visit one of the below link:

https://github.com/MSOpenTech/redis/releases (recommended) https://github.com/rgl/redis/downloads

  1. Download MSI file.
  2. Follow the installation Wizard and install the program on your system. (do not change the installation path that is "C:\Program Files\Redis")
  3. Search for "Edit system environment variable" on your start menu
  4. Click on "Environment Variable" button
  5. Select "Path" and click on "Edit"
  6. Now click on "New"
  7. Paste C:\Program Files\Redis (or the path in case you have changed while installing)
  8. Click on "Okay", "Okay" and "Okay"

Now open your Terminal (command prompt) and run redis-cli

Well I am getting some error to open redis-server (It was working fine till now but not sure what's wrong so figuring out and will update this answer)

  • I followed the same steps and it worked. Before renning the redis-cli make sure to run redis-server. – Shashikant Pandit Feb 09 '21 at 08:45
  • Both of those options are now very old and out of date versions of Redis. Getting the latest Docker version or using WSL are better options. – nash Mar 14 '21 at 04:26
9

The Redis download page now has links to some unofficial Windows ports. The dmajkic one seems to be the most popular/complete.

More detailed answer: How to run Redis as a service under Windows

Fletch
  • 4,061
  • 2
  • 34
  • 48
7

One of the most easy way to run Redis on windows host is to use Docker Redis container. Just fire up Hyper-V, Download Docker and run Redis

Dzintars
  • 913
  • 13
  • 19
7

I am using Memurai which is Redis-compatible cache and datastore for Windows. It is also recommended by Microsoft open tech as it written on their former project here.

This project is no longer being actively maintained. If you are looking for a Windows version of Redis, you may want to check out Memurai. Please note that Microsoft is not officially endorsing this product in any way.

Nux
  • 2,251
  • 4
  • 24
  • 51
6

you can install Redis by following this article: https://github.com/ServiceStack/redis-windows but for going straight, you can download it by this link: https://github.com/ServiceStack/redis-windows/raw/master/downloads/redis-latest.zip after downloading, go to the directory which you like to put your files,then extract the zip file, then open a command prompt and go to the directory where you extracted your file, then type "redis-server" and hit enter(for opening redis-cli open command and route to redis directory, but instead of "redis-server" execute "redis-cli").

behzad babaei
  • 731
  • 7
  • 8
5

I've provided installation instructions and downloads for the 2 most popular ways of running Redis on windows at: https://github.com/mythz/redis-windows that shows how to:

  1. Use Vagrant to run the latest stable version of Redis inside a VirtualBox VM.
  2. Download and run Microsoft's Native Windows port of Redis
mythz
  • 134,801
  • 25
  • 234
  • 373
5

Using Windows 10?

https://docs.microsoft.com/en-us/windows/wsl/install-win10

/etc/apt/sources.list

(Debian 10 Buster/Bullseye)
Installs latest stable Redis (5.0.6 at time of posting)

deb https://deb.debian.org/debian bullseye main
deb https://deb.debian.org/debian bullseye-updates main
deb http://security.debian.org/debian-security/ buster/updates main
deb http://ftp.debian.org/debian bullseye-backports main
apt install redis-server
decoder7283
  • 878
  • 11
  • 17
3

You can try out baboonstack, which includes redis and also a node.js and mongoDB version manager. And it's cross platform.

4kochi
  • 118
  • 2
  • 4
3

The redis version on windows was published by microsoft open tech team But recently this project has been archived to https://github.com/MicrosoftArchive/redis read-only and will not update. Has stopped development

Dan Nguyen
  • 1,210
  • 6
  • 15
3

Here are my steps to install Redis 4.0.8 on Windows 10 Pro (1709) via Windows Subsystem for Linux:

in home/user/
   01 wget http://download.redis.io/releases/redis-4.0.8.tar.gz
   02 tar xzf redis-4.0.8.tar.gz
   03 cd redis-4.0.8/
   04 sudo apt-get install make
   05 sudo apt-get update
   06 sudo apt-get install gcc
   07 cd deps
   08 make hiredis jemalloc linenoise lua geohash-int
   09 cd ..
   10 make

You can skip several steps if you have an up-to-date environment.

Kentative
  • 105
  • 4
  • 1
    how do you create a service with it? some of us are not experienced in these areas – r3wt Feb 17 '18 at 19:14
  • Running as a service/server: $ src/redis-server --from the site: https://redis.io/download – Kentative Feb 20 '18 at 05:34
  • Eh? "here are my instructions to install redis on windows" ... bunch of linux commands run in linux using "Windows Subsystem" ... :facepalm: – War Aug 14 '18 at 09:46
  • 1
    War - this is using Window but via Windows Subsystem for Linux --I find this to be the best solution. – Kentative Aug 22 '18 at 18:53
  • Persistant services under WSL is not supported. Its a downer to run `sudo service redis-server start` everytime the win10 box is restarted. better to use a docker container – MortenB Feb 22 '19 at 08:08
3

The MSOpenTech-Redis project is no longer being actively maintained. If you are looking for a Windows version of Redis, you may want to check out Memurai. Please note that Microsoft is not officially endorsing this product in any way. More details in https://github.com/microsoftarchive/redis

To install & setup Redis Server on Windows 10 https://redislabs.com/blog/redis-on-windows-10

To install & setup Redis Server on macOS & Linux https://redis.io/download

Also, you may install & setup Redis Server on Linux via the package manager

For quick Redis Server Installation & Setup Guide for macOS https://github.com/rahamath18/Redis-on-MacOS

Rahamath
  • 373
  • 4
  • 4
2

Reading about some users running Redis in a VM, it brought to my mind the recommendations from Redis team :

Redis runs slower on a VM. Virtualization toll is quite high because for many common operations. (...) Prefer to run Redis on a physical box, especially if you favor deterministic latencies. On a state-of-the-art hypervisor (VMWare), result of redis-benchmark on a VM through the physical network is almost divided by 2 compared to the physical machine, with some significant CPU time spent in system and interruptions.

Pedro
  • 51
  • 7
2

The Redis project does not officially support Windows. However, the Microsoft Open Tech group develops and maintains this Windows port targeting Win64.

http://redis.io/download

15412s
  • 2,608
  • 3
  • 21
  • 35
2

There is no native version of the Redis for windows.(Only some old versions are available)

But you can install latest versions using WSL(Windows Subsystem for Linux), Refer the following blog from the Redis Labs:

https://redislabs.com/blog/redis-on-windows-10

Amin Shojaei
  • 1,943
  • 1
  • 14
  • 26
Karthik P
  • 393
  • 3
  • 7
2

after you downloaded and installed Redis, checkout the documentation doc in the Redis installation folder. you can find everything there in regard to how to start and stop redis-server.
If you installed Redis through the .exe file chances are you're already running it. to make sure whether the Redis server is running checkout the Task Manager -> services tab.

enter image description here

under status field you can see whether it's running or not. If it's stopped right click on it and start the service.

enter image description here

You can write Redis commands in redis-cli, and to open redis-cli in terminal type:

C:\Program Files\Redis\redis-cli.exe

for ease of access you can add the Redis installation directory as an environment variable.

2

You can go through the below steps and get setup redis in windows.

  1. Download the Redis zip file. Click here!

  2. Extract the zip file to the prepared directory.

  3. Run redis-server.exe, you can either directly run redis-server.exe by clicking or run via command prompt.

enter image description here

  1. Run redis-cli.exe, after successfully running the redis-server. You can access it and test commands by running redis-cli.exe Test PING command is used to test if a connection is still alive.

enter image description here

Tenusha Guruge
  • 2,251
  • 1
  • 11
  • 33
1

Latest Redis x86 builds (32-bit) can be found here: http://bitsandpieces.it/redis-x86-32bit-builds-for-windows

Says that he will maintain both 2.8.* and 3.0.* branches.

Yan Sern
  • 41
  • 2
1

Taken from: http://avenshteinohad.blogspot.com/2016/01/redis-jedis-quickstart.html

If you use windows, use MSOpenTech version from:

https://github.com/MSOpenTech/redis

You also might find this post useful to get started with basic commands.

ohadinho
  • 5,866
  • 14
  • 61
  • 111
  • Whilst this may theoretically answer the question, [it would be preferable](//meta.stackoverflow.com/q/8259) to include the essential parts of the answer here, and provide the link for reference. – Bhargav Rao Mar 10 '16 at 18:26
0

It seems this is the easiest way to get the latest version of Redis - use NuGet Manager:

1) Open NuGet setup page and download Command-Line Utility (The latest version of the nuget.exe command-line tool is always available from https://nuget.org/nuget.exe)

2) Copy this file to somewhere (for example, C:\Downloads)

3) Start a command prompt as an Administrator and execute follow commands:

cd C:\Downloads
nuget.exe install redis-64

4) In the Downloads folder will be the latest version of Redis (C:\Downloads\Redis-64.2.8.19 in my case)

5) Run redis-server.exe and start working

P.S. Note: redis from Download Redis for windows contains a very old version of Redis: 2.4.6

NorthCat
  • 8,315
  • 16
  • 40
  • 45
0

i updated the way you can compile and run redis 5 on windows 10 using cygwin https://github.com/meiry/redis5_compiled_for_windows10

user63898
  • 26,293
  • 71
  • 223
  • 438
0

Today you have two most up-to-date options:

The first is an open source fork that is on this link that offers compatibility with version 5 (version 6 in development).

The second is memurai (paid), compatible with version 5, has support and a free version for development.

0

You can install Redis on Windows 10 using Windows Subsystem for Linux(a.k.a WSL2). WSL2 is a compatibility layer for running Linux binary executables natively on Windows 10 and Windows Server 2019. WSL2 lets developers run a GNU/Linux environment(that includes command-line tools, utilities, and applications) directly on Windows.

Follow the link below to create Redis database on Microsoft Windows 10 https://developer.redislabs.com/create/windows

ajeetraina
  • 16
  • 2
-2

enter image description hereenter image description hereenter image description here

VARY EASY:(NO ANY CAMMAN OR NOT GOING TO ANY LINK,ONLY FOLLOW THIS STEP ,FOR ALL VERSION)   
             FIRST INSTALL REDIS 
                -->>AFTER OPEN TASKBAR
                -->>OPEN SERVICE(taskbar service)
                -->>CHOOSE REDIS 
                -->>RIGTH CLICK ON REDIS SERVICE AND OPEN SERVICE(VIEW IMAGES) 
                -->>CLICK ON START OR RESTART.(ALSO SET AUTOSTART)
Viral Patel
  • 753
  • 8
  • 11