Title
Create new category
Edit page index title
Edit category
Edit link
Windows
Redis version 7.0.5 or higher is required.
Windows Subsystem for Linux (WSL)
Install Windows Subsystem
Open PowerShell as Administrator.
Run the following command:
After launching, Ubuntu will open automatically and ask you to create a Linux username and password.
Update the Linux packages.
Install Redis
Add the repository to the APT index, update it, and install Redis:
Access Redis configuration file
/etc/redis/redis.conffor editing.Comment out the
bindsetting and setprotected-modeoption to no.
Restart Redis
Run the command with Redis CLI
Confirm that the response returned is PONG
Memurai
Download and install
Go to the official website: https://www.memurai.com/get-memurai
Choose the appropriate version.
Download the Windows installer (.msi).
Double-click the downloaded .msi file.

Click
Nextand follow the installation wizard.
Accept the license agreement.
Choose the installation directory.
Select port (default is 6379).
Click
Installto start installation process.

Verify Memurai installation
Open Command Prompt or PowerShell.
Run the command with Memurai CLI:
Confirm that the response returned is PONG.
Configure Memurai
Access the Memurai configuration file in the installation directory, for example:
C:\Program Files\Memurai\memurai.conf.Comment out the
bindsetting and setprotected-modeoption to no.
Restart Memurai service.