Commit Graph

672 Commits

Author SHA1 Message Date
silentsai febe8ee93d merge branch 'bin-feature' 2014-07-08 17:10:44 +08:00
silentsai fd248aaa35 Merge branch 'bin-feature' into develop 2014-07-08 16:36:03 +08:00
siddontang aa099a8091 rename license file 2014-07-08 16:04:30 +08:00
holys 4630ab1115 fixed setup.py; fixed test_zset.py bug 2014-07-08 15:54:56 +08:00
siddontang 29a7b42bf7 update benchmark default port 2014-07-08 15:31:36 +08:00
holys e9dfea5f1e add lua-resty-redis original license 2014-07-08 10:53:58 +08:00
holys 3c8fd575d5 update test code 2014-07-08 10:48:08 +08:00
holys e8cb0ba612 update lua client; add test cases 2014-07-08 01:55:47 +08:00
siddontang 625f36821b bug fix go get 2014-07-07 16:47:29 +08:00
siddontang ca8c4e931d elimination exec in new goroutine
check whether cog cpu is still very high
2014-07-07 16:39:36 +08:00
siddontang 0fd6c150e8 Optimize memory copy 2014-07-07 15:36:45 +08:00
siddontang 1b1d2b74e1 optimize BufGet 2014-07-07 15:36:16 +08:00
siddontang 51a5dc9212 bugfix: BufGet must make if b is nil 2014-07-07 14:50:58 +08:00
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
silentsai 1a48d08d66 BMSetBit - offer a way to set multi bit during an api call; also fix offset parse bug. 2014-07-03 17:52:03 +08:00
silentsai 2dbf643b16 expire on the bin type is available 2014-07-03 11:38:52 +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
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