siddontang
|
785168e8cd
|
use regexp to handle cli command
|
2014-07-02 10:13:34 +08:00 |
siddontang
|
4b37a88a9d
|
use println instead of panic
|
2014-07-02 10:13:10 +08:00 |
siddontang
|
b5400e8056
|
bugfix for repair
db must use defer to close
|
2014-07-02 10:11:16 +08:00 |
holys
|
6a2f1bda0b
|
remove replication related code
|
2014-07-02 09:15:56 +08:00 |
siddontang
|
2cc4a7056b
|
update document
|
2014-07-02 07:55:21 +08:00 |
holys
|
e5a557a72e
|
add server information commands test cases
|
2014-07-01 21:26:31 +08:00 |
holys
|
20ebfeafc2
|
remove ledis unsupported feature code, update testcases
|
2014-07-01 21:25:59 +08:00 |
holys
|
99391a3435
|
update doc
|
2014-07-01 18:09:23 +08:00 |
holys
|
14f87f8840
|
beautify docuements
|
2014-07-01 17:39:10 +08:00 |
holys
|
98df1334bd
|
update commands document
|
2014-07-01 17:29:37 +08:00 |
holys
|
38de79a67f
|
test cases update for server part changes
|
2014-07-01 16:32:51 +08:00 |
holys
|
aa40be6e3d
|
client.py, not test
|
2014-07-01 16:32:06 +08:00 |
holys
|
5ab309d229
|
update doc
|
2014-07-01 16:31:24 +08:00 |
siddontang
|
c6fef170b0
|
cli trim single quote
|
2014-07-01 16:23:44 +08:00 |
holys
|
2a563215b1
|
add redis-py original license, thanks Andy McCurdy and other contributors
|
2014-07-01 11:12:58 +08:00 |
holys
|
c86882a530
|
update ledis-py, added new tests
|
2014-07-01 10:40:56 +08:00 |
siddontang
|
8e1552e69d
|
cli add line noise support
|
2014-07-01 10:34:45 +08:00 |
siddontang
|
b13ce1329a
|
bugfix for lrange
adjust start and end to be same as redid
|
2014-07-01 09:21:14 +08:00 |
siddontang
|
1e6bcc6a50
|
bugfix for revrangebyscore command
min and max score param position may be same as redis
|
2014-07-01 07:55:34 +08:00 |
silentsai
|
70018092fe
|
offer function 'xor' 'not' in bit operation
|
2014-06-30 18:00:14 +08:00 |
siddontang
|
d5cd9e10eb
|
update document
|
2014-06-30 11:48:09 +08:00 |
siddontang
|
e5c9ad8716
|
expire bug fix
|
2014-06-30 11:23:14 +08:00 |
siddontang
|
115ca10a6c
|
add py, openresty client
|
2014-06-30 10:56:32 +08:00 |
siddontang
|
63d61a4b81
|
move client to client branch
|
2014-06-30 10:55:31 +08:00 |
siddontang
|
cd194dff48
|
add bin
|
2014-06-30 10:50:42 +08:00 |
siddontang
|
86366bbdc5
|
move bin to another branch
|
2014-06-30 10:49:32 +08:00 |
siddontang
|
46d2ecda91
|
add hmclear, lmclear and zmclear for multi keys
|
2014-06-27 16:28:32 +08:00 |
silentsai
|
c2cfc60cf8
|
solve bitop problem while inexisting srckeys occours
|
2014-06-27 11:54:04 +08:00 |
siddontang
|
30b1a665e3
|
repair bugfix
|
2014-06-27 11:48:14 +08:00 |
silentsai
|
a404ef26c0
|
fix the problem causes from using a global empty segment
|
2014-06-27 11:00:01 +08:00 |
silentsai
|
f27bc8f371
|
Merge branch 'develop' of https://github.com/siddontang/ledisdb into develop
|
2014-06-26 16:28:00 +08:00 |
silentsai
|
66806d782a
|
newly support of bit operation 'and' and 'or' for the bin type
|
2014-06-26 16:27:25 +08:00 |
siddontang
|
2bf1eec0fe
|
update commands document
|
2014-06-26 16:26:09 +08:00 |
siddontang
|
9d8c045ca0
|
add repair support
|
2014-06-26 11:04:54 +08:00 |
siddontang
|
8135d93b9e
|
update commands doc
|
2014-06-25 17:43:47 +08:00 |
siddontang
|
1f82282348
|
add commands doc
|
2014-06-25 14:22:48 +08:00 |
siddontang
|
8721bf410b
|
move redid-cli to cmd
|
2014-06-25 14:22:31 +08:00 |
siddontang
|
d85d65d0f2
|
update doc
|
2014-06-25 12:57:19 +08:00 |
siddontang
|
31e70ccd02
|
add persist command
|
2014-06-24 12:44:47 +08:00 |
silentsai
|
8c3ac7ebfb
|
fix problem of size calculation in bin type, and add 'btail' api
|
2014-06-24 12:00:41 +08:00 |
silentsai
|
5be09d5836
|
new type - bin
|
2014-06-23 20:09:05 +08:00 |
siddontang
|
b3e0ce9ae2
|
add persist support
|
2014-06-23 11:12:20 +08:00 |
siddontang
|
794cb12ba4
|
update document
|
2014-06-22 21:13:57 +08:00 |
siddontang
|
d45a82897f
|
update document
|
2014-06-22 21:05:52 +08:00 |
siddontang
|
9680161559
|
Merge branch 'develop'
|
2014-06-22 15:28:09 +08:00 |
siddontang
|
cdb78498af
|
ledis use proper return values not []interface{}
This is a very big change and not backward compatible
|
2014-06-22 15:25:51 +08:00 |
siddontang
|
594f6a5d0d
|
use ledis client
|
2014-06-22 10:39:23 +08:00 |
siddontang
|
ba7ba1f137
|
update ledis-cli output
|
2014-06-22 10:21:53 +08:00 |
siddontang
|
55bce5f553
|
add client ledis lib and ledis-cli
|
2014-06-21 22:12:37 +08:00 |
siddontang
|
8e8f3704e6
|
Merge branch 'develop'
|
2014-06-20 10:13:52 +08:00 |