Last active
May 13, 2019 03:50
-
-
Save kidchenko/f5e91fde358ef398e42eb1072d55c660 to your computer and use it in GitHub Desktop.
Configure redis
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
# Using redis-cli, you can do something like this: | |
CONFIG SET dir 'C:/data/redis/' | |
CONFIG SET dbfilename temp.rdb | |
CONFIG SET notify-keyspace-events Kx$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment