一、
如果 Redis没有安装好
则只显示 3.14派的值
二、
Redis一般在你的子目录
如:
mat01generate19datasys01\
直接运行:
redis-server64.exe (64版本服务器
redis-cli.exe (通用版本客户端)
1、redis-server64.exe 运行:
运行后显示
```
F:\mat01generate19datasys01>redis-server64
[8188] 12 Jan 17:54:57.060 # Warning: no config file specified, using the default config. In order to specify a config file use redis-server64 /path/to/redis.conf
_._
_.-``__ ''-._
_.-`` `. `_. ''-._ Redis 3.2.100 (00000000/0) 64 bit
.-`` .-```. ```\/ _.,_ ''-._
( ' , .-` | `, ) Running in standalone mode
|`-._`-...-` __...-.``-._|'` _.-'| Port: 6379
| `-._ `._ / _.-' | PID: 8188
`-._ `-._ `-./ _.-' _.-'
|`-._`-._ `-.__.-' _.-'_.-'|
| `-._`-._ _.-'_.-' | http://redis.io
`-._ `-._`-.__.-'_.-' _.-'
|`-._`-._ `-.__.-' _.-'_.-'|
| `-._`-._ _.-'_.-' |
`-._ `-._`-.__.-'_.-' _.-'
`-._ `-.__.-' _.-'
`-._ _.-'
`-.__.-'
[8188] 12 Jan 17:54:57.066 # Server started, Redis version 3.2.100
[8188] 12 Jan 17:54:57.067 * The server is now ready to accept connections on port 6379
```
2、redis-cli.exe
运行后,别忘记:
keys *
如果: 显示:(empty list or set)
则必须设置:
redisAllowGDSMp:
这是说 允许 MGDs系统,写入数据 给 redis
乱写有风险……
`
set redisAllowGDSMp 1
`
pan.baidu.com
有个
1901CppRedisTriangleBilliard190102子目录
mag01generate19datasys01.zip
156.7M(2019/01/11版本)
----------------------------
最后运行:
MGDs 应该成功了
这时:
在: redis-cli窗口:
keys *
```
127.0.0.1:6379> keys *
1) "light_ry"
2) "redisAllowGDSMp"
3) "viewWdistorte"
4) "b13"
5) "k12"
6) "xy00x2"
7) "xy00y1"
8) "light_rx"
9) "b12"
10) "lightX_res"
11) "b_y2_x2k13"
12) "xy00y2"
13) "k23"
14) "b_y1_x1k23"
15) "minLen3lines"
16) "pianyi100_X"
17) "pianyi100_Y"
18) "xy00x3"
19) "xy00x1"
20) "k13"
21) "order3linesL"
22) "xy00y3"
23) "lightY_res"
24) "b23"
```
MGDs系统的参数就在上面了……
系统维护人员(至少应熟悉)
1、 Visual Studio 2017
2、Windows设置,比如 Redis For win或 Linux(分布式)安装……
3、多看我这里的手册说明……
4、有时间多读我代码,
模块中的注释我写得更清楚……更 实时更新!
2019年元旦 Terry
wechat: xindingcloud
![](https://box.kancloud.cn/da1abfb3be97c928d77fda595a6744cc_1934x1055.png)
- 啥叫DynamicalBilliards动态粒子(动力台球)
- 五大系统-为啥搞那么复杂?
- 内存数据库triangleBilliard19Redis参数190101
- HiRedis在C++Windows下配置编译使用190101
- 三大视图:inputOrigin_计算系统(无理数非视图)_3输出视图190110
- MGDs-Mp系统:数学生成数据(或数据生成)系统-参数修改模块190102
- MGDs的安装攻略190110
- redis+MGDs-Mp系统完整代码之-代码块1-测试Redis连接190110
- c++中longdouble_longlong等能计算的最大、最小值190101
- 充分解耦的MGDs-充分松耦合的数学生成数据系统190111
- MGDs-数据生成系统的(部分)核心代码190114
- mfc190115