-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Tutorial: StartupRedis
Create a file named: redis.bat, the content listed below: 在redis的目录下,创建一个文件名字为:redis.bat 的文件,它的内容如下:
redis-server.exe "redis.windows.conf"
Run script: redis.bat to start redis database. 运行脚本: redis.bat 来启动redis数据库
$ wget http://download.redis.io/releases/redis-5.0.8.tar.gz $ tar xzf redis-5.0.8.tar.gz $ cd redis-5.0.8 $ make
MODIFY PASSWORD FOR REDIS DATABASE: 修改redis密码:
-
Find the file named: redis.conf 找到文件名字为:redis.conf的文件
-
modify the password as: requirepass NoahGameFrame 修改密码的地方为: requirepass NoahGameFrame
-
Create a file named: redis.sh located folder redis-5.0.8, the content listed below: 在redis的目录下,创建一个文件名字为:redis.sh 的文件,它的内容如下:
./redis-server redis.conf &
Run script: ./redis.sh to start redis database. 运行脚本: ./redis.bat 来启动redis数据库
You can modify the URL and password to connect your cloud database. 你可以直接修改redis数据库的url 和密码
_Out/NFDataCfg/Excel/Side/NoSqlServer.xlsx
more details please ref to: 更多的细节请参考: