Last active
August 24, 2022 03:18
-
-
Save kgriffs/9b918f5bbed485dba231abf323a8c45f to your computer and use it in GitHub Desktop.
Start redis server without disk persistence; memory only for testing (avoids having to clean up a dump.rdb file)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
redis-server --save "" --appendonly no |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Tip: Add this to your
~/.zshrc
file: