Installation
v2.6.0
Search this version
Installation
Installation
Title
Message
Create new category
What is the title of your new category?
Edit page index title
What is the title of the page index?
Edit category
What is the new title of your category?
Edit link
What is the new title and URL of your link?
Windows
Copy Markdown
Open in ChatGPT
Open in Claude
Redis version 7.0 or higher is required.
Windows Subsystem for Linux (WSL)
Install Windows Subsystem
- Open PowerShell as Administrator.
- Run the following command:
Bash
xxxxxxxxxxwsl --install- 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:
Bash
x
# add repositorysudo apt-get install lsb-release curl gpgcurl -fsSL https://packages.redis.io/gpg | sudo gpg --dearmor -o /usr/share/keyrings/redis-archive-keyring.gpgsudo chmod 644 /usr/share/keyrings/redis-archive-keyring.gpgecho "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.listsudo apt-get update # install Redissudo apt-get install \ redis=6:8.6.2-1rl1~noble1 \ redis-server=6:8.6.2-1rl1~noble1 \ redis-tools=6:8.6.2-1rl1~noble1sudo systemctl enable --now redis-server # check redis-server statussudo systemctl status redis-server- Access Redis configuration file
/etc/redis/redis.conffor editing. - Comment out the
bindsetting and setprotected-modeoption to no.
Bash
xxxxxxxxxx...# The following line should be commented# bind 127.0.0.1...# The following line should be uncommented and set to noprotected-mode no...- Restart Redis
Bash
xxxxxxxxxxsudo systemctl restart redis-server- Run the command with Redis CLI
Bash
xxxxxxxxxxredis-cli ping- Confirm that the response returned is PONG
xxxxxxxxxxPONGMemurai
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:
Bash
xxxxxxxxxxmemurai-cli ping- Confirm that the response returned is PONG.
Bash
xxxxxxxxxxPONGConfigure 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.
memurai.conf
xxxxxxxxxx...# The following line should be commented# bind 127.0.0.1...# The following line should be uncommented and set to noprotected-mode no...- Restart Memurai service.
Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard
Last updated on
Was this page helpful?
Next to read:
Linuxnull
Discard Changes
Do you want to discard your current changes and overwrite with the template?
Archive Synced Block
Message
Create new Template
What is this template's title?
Delete Template
Message