wenyekui
|
6947255c22
|
put args into reqContext
|
2014-08-01 15:22:24 +08:00 |
wenyekui
|
33a2e6afb9
|
http interface: not support cmds of repl
|
2014-08-01 15:01:16 +08:00 |
wenyekui
|
95b6dd88fa
|
ignorecase
|
2014-08-01 14:27:34 +08:00 |
wenyekui
|
b5e5b787d6
|
modify argument checking
|
2014-08-01 14:18:07 +08:00 |
wenyekui
|
2166c6ff19
|
add a extra bool value when returning status
|
2014-08-01 11:59:16 +08:00 |
wenyekui
|
a88c8c46d8
|
rm server/http
|
2014-08-01 11:43:05 +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 |
silentsai
|
14767ecadb
|
abstract the read / write in server client
|
2014-07-31 14:38:20 +08:00 |
wenyekui
|
895613ca5b
|
Update readme.md
|
2014-07-29 15:33:35 +08:00 |
wenyekui
|
d4da8fab69
|
Update readme.md
|
2014-07-29 15:31:50 +08:00 |
wenyekui
|
7ba2cc6d61
|
add readme
|
2014-07-29 15:27:43 +08:00 |
wenyekui
|
f8e9308a0d
|
cancel supporting websocket
|
2014-07-29 11:02:13 +08:00 |
wenyekui
|
fab9d46c4d
|
unit test of zset
|
2014-07-28 16:35:46 +08:00 |
wenyekui
|
a586fa2f8f
|
add unit tests
|
2014-07-25 17:27:07 +08:00 |
wenyekui
|
deb30383c6
|
add unit test
|
2014-07-25 16:17:45 +08:00 |
wenyekui
|
ee690fd35c
|
add unit test
|
2014-07-25 15:18:39 +08:00 |
wenyekui
|
42174ed78a
|
unit test for cmd_hash.go
|
2014-07-25 11:55:56 +08:00 |
wenyekui
|
c0f3c54f3b
|
unit tests of cmd_bit
|
2014-07-24 17:19:44 +08:00 |
wenyekui
|
58cdace7df
|
modify unit test
|
2014-07-24 15:36:25 +08:00 |
wenyekui
|
ebdc1ee3ae
|
support bson, msgpack
|
2014-07-24 15:06:39 +08:00 |
wenyekui
|
3f3ca8da63
|
modify error msg
|
2014-07-24 11:41:53 +08:00 |
wenyekui
|
a6a760880d
|
complete apis for the rest of cmds
|
2014-07-24 11:29:13 +08:00 |
wenyekui
|
f647c3d815
|
add file
|
2014-07-23 11:02:10 +08:00 |
wenyekui
|
1dd7d22198
|
add unit test
|
2014-07-23 10:59:37 +08:00 |
wenyekui
|
43905129b8
|
use '[]byte()' to convert string to []byte
|
2014-07-22 15:43:22 +08:00 |
wenyekui
|
1513d055f5
|
http api of bit cmds
|
2014-07-22 11:31:56 +08:00 |
siddontang
|
f85da1db91
|
add base http framework
|
2014-07-17 15:19:46 +08:00 |
holys
|
82711d6fa8
|
fix display of db number out of range
|
2014-07-17 12:06:07 +08:00 |
holys
|
c85844629c
|
add select display support; plus the -n flag in command line parameter
|
2014-07-17 11:08:14 +08:00 |
holys
|
78ac5c9842
|
fix unprintable character
|
2014-07-17 02:18:53 +08:00 |
holys
|
633ced379c
|
fix bitmap test
|
2014-07-17 00:44:40 +08:00 |
holys
|
3826557b6a
|
delete temporary file
|
2014-07-16 17:08:32 +08:00 |
siddontang
|
17f1fa4bc1
|
Update README.md
|
2014-07-16 16:59:59 +08:00 |
siddontang
|
955cd16477
|
update read me
|
2014-07-16 16:59:48 +08:00 |
holys
|
ea5fabb692
|
Update command documents,
Add missing bitmap commands
|
2014-07-16 16:57:44 +08:00 |
siddontang
|
56e68d91c6
|
update read me
|
2014-07-16 16:58:03 +08:00 |
silentsai
|
ab3e559859
|
Merge branch 'develop' of https://github.com/siddontang/ledisdb into develop
|
2014-07-16 15:27:08 +08:00 |
silentsai
|
5eed29a4db
|
add some test for the bit type
|
2014-07-16 15:26:54 +08:00 |
siddontang
|
ed38294c3b
|
update read me
|
2014-07-16 14:34:11 +08:00 |
silentsai
|
3da485602b
|
problem of incorrect bit count within specified pos range is solved; corret itoperation return value
|
2014-07-16 11:48:02 +08:00 |
siddontang
|
8f0b86b572
|
update doc
|
2014-07-16 11:29:57 +08:00 |
siddontang
|
4f203e9b5d
|
parseint bitsize is 8
|
2014-07-16 11:29:44 +08:00 |
holys
|
dfee4df618
|
UPPER case of Commands
|
2014-07-16 00:10:50 +08:00 |
holys
|
1131e637b0
|
add bitmap commands support for openresty(lua)
|
2014-07-15 23:45:19 +08:00 |
silentsai
|
ce64e7364c
|
add some api describtion for the bit type
|
2014-07-15 18:15:03 +08:00 |
holys
|
e2e7db795a
|
add bit commands support; remove score_cast_func, we only support int64
|
2014-07-14 22:49:00 +08:00 |
siddontang
|
9d8e153c98
|
update readme
|
2014-07-13 19:56:46 +08:00 |
holys
|
8be1cf8b54
|
rename Bin to Bit
|
2014-07-13 00:31:30 +08:00 |