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
| #Osx | |
| config dir: /usr/local/etc/redis.conf | |
| db dif: /usr/local/var/db/ | |
| STOP REDIS : brew services stop redis | |
| START REDIS: brew services start redis | |
| #Ubuntu | |
| config dir: /etc/redis/redis.conf | |
| db dif: /var/lib/redis | |
| STOP REDIS : sudo systemctl stop redis | |
| START REDIS: sudo systemctl start redis |

