Commit Graph

63 Commits

Author SHA1 Message Date
SeungJin Oh
df3aa1aa92 Fix HSET to support multiple fields
- From Redis 4.0.0 HSET is recommended for multiple fields and HMSET is deprecated
2019-01-25 16:58:06 +09:00
fortrue
4d9166443b release 1.0.5 2018-09-22 19:52:50 +08:00
fortrue
57de3c2a03
Merge pull request #48 from joyieldInc/StandaloneServerPool
support redis standalone backend
2018-09-22 12:17:25 +08:00
fortrue
63596e951d fix Command Mode mistake 2018-08-19 17:21:17 +08:00
fortrue
fb1ac64251 support redis standalone backend 2018-07-08 17:28:25 +08:00
fortrue
0635178c2e
Merge pull request #42 from mosquito/master
[fix] ipv6 address parsing
2018-07-05 08:15:04 -05:00
Dmitry Orlov
a2a5d78fbd [fix] ipv6 address parsing 2018-07-05 13:01:06 +03:00
fortrue
36152f570d
Merge pull request #40 from joyieldInc/issue32
Issue32
2018-07-04 23:02:37 -05:00
fortrue
20bfcb657e fix async assign client race condition, #32 #33 #35 #36 2018-07-05 11:54:12 +08:00
fortrue
34cc6d151e fix for script load command follow policy 2018-06-12 16:29:12 +08:00
fortrue
7fda4b77c1 1.fix multi-keys request leader self reference
2.adjust alloc implement
2018-05-16 09:56:43 +08:00
fortrue
bbbe798629 fix crash because server without DC, but config defined DC, see #32 2018-04-29 19:34:32 +08:00
fortrue
28edb79c61 1.fix compile error in MAC OS X for TCP_KEEPIDLE
2.change the version to 1.0.5-pre
2018-04-23 14:00:27 +08:00
fortrue
a856f2607f fix string format output bug 2018-04-23 11:45:46 +08:00
fortrue
4b8f578a2f
Merge pull request #28 from yoonian/master
Add support for custom commands
2018-04-16 15:24:01 +08:00
Yoon
bf635bbfab Remove type in Conf 2018-04-13 17:22:14 +09:00
Yoon
a13bb36159 Add a fix(by @fortrue) 2018-04-13 15:44:49 +09:00
Yoon
a559ac0d4f Support multiple Latency Monitors
- Fix a dangling pointer bug
2018-04-13 14:12:11 +09:00
Yoon
9d1d1af5bf Remove config order restriction
- Delay setLatencyMonitor to load custom commands config first
- Fix custom command container bug
2018-04-12 15:05:02 +09:00
Yoon
dcdc9a1ba0 Change config description style 2018-04-12 11:59:15 +09:00
Yoon
95f4580ccf Add custom command config checking
- add config sample(including Read mode)
- apply @fortue's suggestion to check exclusive mode and key postion
2018-04-10 17:07:47 +09:00
Yoon
aa013991f7 Add custom command exclusive mode checking 2018-04-10 10:32:59 +09:00
Yoonian
75228f3272 Add support for custom commands
- Support maximum 16 commands
- Add a sample configuration(conf/command.conf)
2018-04-09 21:28:16 +09:00
fortrue
ce210cdee3 1.modify default ServerTimeout and KeepAlive to 0
2.improve doc
2018-03-28 20:27:04 +08:00
fortrue
a14f11cec9 release 1.0.4 2018-03-26 15:16:44 +08:00
fortrue
0891036e8c 1.wait for response when connecting to redis
2.remove unused code
3.fix sentinel.conf typing
2018-03-26 14:59:20 +08:00
fortrue
4eda710da4 add wechat contact 2018-03-26 10:12:24 +08:00
fortrue
9afc183a1b
Merge pull request #24 from markus9203902/patch-1
Description for new confing available from commit fixing issue 21
2018-03-20 08:27:04 +08:00
markus9203902
8be48e16e5
Upd wiki page to comply with changes from 86183a4
Added new commands description, KeepAlive and ServerTimeout.
2018-03-19 17:08:15 +03:00
fortrue
ec36627f91 Issue #23
change signal SIGHUP action from abort process to ignore
log signal value when process aborted by signal
2018-03-16 12:28:07 +08:00
fortrue
37b3a07b9f fix config document addr 2018-02-28 19:25:32 +08:00
fortrue
86183a4a97 support redis server connection keepalive and timeout
fix Issue #21
2018-02-23 16:47:03 +08:00
fortrue
1644a9bf1b
fix table typing 2018-01-25 17:02:07 +08:00
fortrue
55cc0dccfd add benchmark with redis 2018-01-25 16:57:18 +08:00
fortrue
b9a468dc97 fix backtrace bug 2018-01-19 16:43:28 +08:00
fortrue
3a5239dd18
Merge pull request #17 from markus9203902/master
Added description of cluster.conf parameters usage
2018-01-14 08:54:12 +08:00
Markus Snow
7ad5f0f794 Added description of cluster.conf parameters usage 2018-01-13 18:52:48 +03:00
fortrue
681f5e37d0 release 1.0.3,ready for CacheEasy 2018-01-04 20:51:08 +08:00
fortrue
3207be46ef 1.fix issue14, don't add invalid sentinel address
2.add default compile option -g
3.fix command config get BufSize output
4.ignore online status for ClusterServerPool server
2017-12-29 11:27:02 +08:00
fortrue
996e02fd4d fix bug when conf define SentinelServerPool but without Sentinels instances 2017-12-28 21:05:19 +08:00
fortrue
45661645ed 1.add more information for command info and config get
2.fix log file symbol link error
2017-12-26 14:27:09 +08:00
fortrue
bd9d2ed57e fix stats output bug for Servers 2017-11-26 16:01:44 +08:00
fortrue
dc1de3935c 1.support section for INFO command
2.fix authority bug
3.fix test base
2017-11-23 15:08:05 +08:00
fortrue
6da3706900 support QUIT command 2017-11-09 12:18:34 +08:00
fortrue
db2b856211 fix stats cpu format bug 2017-11-02 22:03:48 +08:00
fortrue
203816964f Merge pull request #13 from timansky/master
changed app version to 1.0.2 as in release
2017-10-18 07:42:52 -05:00
Timur Kumakbayev
d1cae0638d changed app version to 1.0.2 as in release 2017-10-18 17:16:05 +06:00
fortrue
ac8bfd1e15 don't use redis-server password for redis-sentinel instances 2017-09-14 09:52:09 +08:00
fortrue
345ff2c20f supports inline command protocol for command:PING/ECHO/AUTH/SELECT 2017-09-08 11:13:54 +08:00
fortrue
1569b57bd7 fix server connection leak for list block command 2017-09-06 17:09:16 +08:00