一、
如果 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

- 啥叫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