siddontang
|
eee7468b85
|
format with goimports
|
2015-05-04 22:42:28 +08:00 |
siddontang
|
9bfd3b2208
|
support shutdown command
|
2015-05-03 11:19:31 +08:00 |
siddontang
|
6b7ab2b02d
|
use goredis to parse RESP request
|
2015-03-23 19:50:37 +08:00 |
siddontang
|
c412943bf8
|
rename XUSE to XSELECT
|
2015-03-22 08:39:20 +08:00 |
siddontang
|
5223f5d8eb
|
support XUSE db THEN command
To solve https://github.com/siddontang/ledisdb/issues/149, but I prefer
XUSE db THEN command like IFFFT, aha.
|
2015-03-21 20:33:57 +08:00 |
siddontang
|
dddbd5f146
|
remove begin, commit, rollback
simplify codes and features now, we don’t use transaction never, and it
is not universal for all backend storages and even introduces
complexity.
|
2015-03-14 09:10:00 +08:00 |
siddontang
|
e569e0c553
|
panic add more information
|
2015-02-03 14:15:11 +08:00 |
siddontang
|
053da7736c
|
Use new log interface
|
2015-01-12 10:32:03 +08:00 |
siddontang
|
6f39cb17a9
|
close gracefully
wait all resp-client connections closed
|
2014-11-11 15:21:41 +08:00 |
siddontang
|
f0475b635e
|
client perform use coroutine
hope improving performance
|
2014-11-10 13:09:37 +08:00 |
siddontang
|
44e93ba921
|
optimize codes
|
2014-10-30 12:48:52 +08:00 |
siddontang
|
b9b60f19ad
|
add conn keep alive check and bug fix
|
2014-10-30 11:11:45 +08:00 |
siddontang
|
89c58e45ca
|
add detailed men and gc info
|
2014-10-30 10:51:02 +08:00 |
siddontang
|
fcc8c9ae37
|
use goroutine for reap handling
|
2014-10-30 09:03:58 +08:00 |
siddontang
|
796f4b3af2
|
use arena to reduce object create
|
2014-10-30 00:01:19 +08:00 |
siddontang
|
4a7b57d30e
|
add reap protocol benchmark
|
2014-10-29 09:11:22 +08:00 |
siddontang
|
fdeda83a37
|
update protocol handling
|
2014-10-28 17:58:37 +08:00 |
siddontang
|
53072735f6
|
add conn buffer config
|
2014-10-25 14:48:52 +08:00 |
siddontang
|
688d697bb7
|
use 4096 for connection read buffer
|
2014-10-24 20:39:29 +08:00 |
siddontang
|
e92dd80442
|
update replication
|
2014-10-21 22:51:17 +08:00 |
siddontang
|
7df7af8b54
|
client rollback tx when close
|
2014-09-27 20:11:36 +08:00 |
siddontang
|
b7de9e6354
|
use tiny go package
|
2014-09-24 13:29:27 +08:00 |
siddontang
|
5bccfd13dc
|
use tiny go package
|
2014-09-24 12:34:21 +08:00 |
siddontang
|
7d1f13f9d7
|
rename package
|
2014-09-24 09:46:36 +08:00 |
siddontang
|
1a1250d949
|
refactor, remove bin log, add consensus replication
|
2014-09-23 17:28:09 +08:00 |
siddontang
|
cb5a61240d
|
server add scan support
|
2014-08-26 23:21:54 +08:00 |
siddontang
|
9b1c6c4223
|
refactor
|
2014-08-25 14:18:23 +08:00 |
wenyekui
|
ab189ffe40
|
add return statement
|
2014-08-04 11:37:21 +08:00 |
wenyekui
|
6c88687ebf
|
add quit commands
|
2014-08-04 11:06:28 +08:00 |
wenyekui
|
e46554e9f6
|
refactor http interface
|
2014-08-01 11:42:16 +08:00 |
silentsai
|
d0e7698984
|
cut async feature from request handler
|
2014-08-01 09:38:08 +08:00 |
silentsai
|
715e35098c
|
seperate the behavior from client : client input , request handle
|
2014-07-31 18:28:19 +08:00 |