siddontang
|
66d2b3b8ba
|
optimize cgo leveldb
reduce memory copy, reduce cgo call number
|
2014-07-07 12:37:16 +08:00 |
siddontang
|
64a4fee577
|
replication use snappy
|
2014-07-04 17:55:47 +08:00 |
siddontang
|
6adfb1be98
|
adjust Open interface, not backwards compatibility
|
2014-07-04 15:45:23 +08:00 |
siddontang
|
38f741ddb1
|
use go-log and adjust some param name
go-log now has a well document.
it can be used directly.
limit may cause confused, use count instead
|
2014-07-04 13:27:57 +08:00 |
holys
|
94b3f335ec
|
Merge branch 'develop' of https://github.com/siddontang/ledisdb into develop
|
2014-07-03 09:20:38 +08:00 |
holys
|
f4659c1dba
|
Add table of contents
|
2014-07-03 09:19:36 +08:00 |
siddontang
|
bdf9358d21
|
update document
|
2014-07-02 14:18:28 +08:00 |
siddontang
|
c6a29a3c8c
|
update read me
|
2014-07-02 10:23:13 +08:00 |
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 |
siddontang
|
2cc4a7056b
|
update document
|
2014-07-02 07:55:21 +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 |
siddontang
|
c6fef170b0
|
cli trim single quote
|
2014-07-01 16:23:44 +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 |
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
|
63d61a4b81
|
move client to client branch
|
2014-06-30 10:55:31 +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 |
siddontang
|
9e09e607c8
|
heel use iterator to multi find and delete
|
2014-06-20 10:12:50 +08:00 |
siddontang
|
c5af770387
|
use my own log
|
2014-06-19 17:50:27 +08:00 |
siddontang
|
50bd648e0c
|
copy garyburd redid lib to client
|
2014-06-19 17:46:20 +08:00 |