Skip to content

Instantly share code, notes, and snippets.

@gustavonobreza
Created September 1, 2021 00:07
Show Gist options
  • Select an option

  • Save gustavonobreza/ea822eda9f7e871e2974173111969861 to your computer and use it in GitHub Desktop.

Select an option

Save gustavonobreza/ea822eda9f7e871e2974173111969861 to your computer and use it in GitHub Desktop.
How to work with memurai (Redis for Windows)
Memurai official site
# to setup memurai instance:
memurai.exe --service-start

# to stop memurai instance:
memurai.exe --service-stop

# to interact:
memurai-cli.exe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment