Windows

Redis version 7.0 or higher is required.

Windows Subsystem for Linux (WSL)

Install Windows Subsystem

  1. Open PowerShell as Administrator.
  2. Run the following command:
Bash
Copy
  1. After launching, Ubuntu will open automatically and ask you to create a Linux username and password.
  2. Update the Linux packages.

Install Redis

  1. Add the repository to the APT index, update it, and install Redis:
Bash
Copy
  1. Access Redis configuration file /etc/redis/redis.conf for editing.
  2. Comment out the bind setting and set protected-mode option to no.
Bash
Copy
  1. Restart Redis
Bash
Copy
  1. Run the command with Redis CLI
Bash
Copy
  1. Confirm that the response returned is PONG
Copy

Memurai

Download and install

  1. Go to the official website: https://www.memurai.com/get-memurai
  2. Choose the appropriate version.
  3. Download the Windows installer (.msi).
  4. Double-click the downloaded .msi file.
  1. Click Next and follow the installation wizard.
  • Accept the license agreement.
  • Choose the installation directory.
  • Select port (default is 6379).
  • Click Install to start installation process.

Verify Memurai installation

  1. Open Command Prompt or PowerShell.
  2. Run the command with Memurai CLI:
Bash
Copy
  1. Confirm that the response returned is PONG.
Bash
Copy

Configure Memurai

  1. Access the Memurai configuration file in the installation directory, for example: C:\Program Files\Memurai\memurai.conf.
  2. Comment out the bind setting and set protected-mode option to no.
memurai.conf
Copy
  1. Restart Memurai service.
Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard