Commit Graph

  • 99e90cf837 add openresty client document holys 2014-07-09 16:15:28 +0800
  • b6319e5972 add MANIFEST.in file for packaging python egg holys 2014-07-09 10:38:49 +0800
  • 5e87dc9437 update document siddontang 2014-07-09 10:26:15 +0800
  • a1f027eb70 Merge branch 'develop' siddontang 2014-07-09 09:51:39 +0800
  • 961b4f393d Merge branch 'client-feature' into develop siddontang 2014-07-09 09:44:28 +0800
  • dfb9c90412 update documents siddontang 2014-07-09 09:33:44 +0800
  • 7f6cb9a52f fix param error holys 2014-07-08 22:05:50 +0800
  • 37954f5ba9 Merge branch 'develop' of https://github.com/siddontang/ledisdb into develop holys 2014-07-08 21:58:49 +0800
  • 6f7ed10e86 add missing document for commands holys 2014-07-08 21:58:27 +0800
  • 3ab051e0dc add rtfd link; fix import error holys 2014-07-08 21:32:19 +0800
  • db35af6026 add ledis-py doc, update docstring holys 2014-07-08 20:44:09 +0800
  • febe8ee93d merge branch 'bin-feature' silentsai 2014-07-08 17:10:44 +0800
  • fd248aaa35 Merge branch 'bin-feature' into develop silentsai 2014-07-08 16:36:03 +0800
  • aa099a8091 rename license file siddontang 2014-07-08 16:04:24 +0800
  • 4630ab1115 fixed setup.py; fixed test_zset.py bug holys 2014-07-08 15:54:56 +0800
  • 29a7b42bf7 update benchmark default port siddontang 2014-07-08 15:31:36 +0800
  • e9dfea5f1e add lua-resty-redis original license holys 2014-07-08 10:53:58 +0800
  • 3c8fd575d5 update test code holys 2014-07-08 10:48:08 +0800
  • e8cb0ba612 update lua client; add test cases holys 2014-07-08 01:55:47 +0800
  • f43db724a6 Merge branch 'develop' siddontang 2014-07-07 16:48:13 +0800
  • 625f36821b bug fix go get siddontang 2014-07-07 16:47:29 +0800
  • 5e75c8db71 Merge branch 'develop' siddontang 2014-07-07 16:40:31 +0800
  • ca8c4e931d elimination exec in new goroutine siddontang 2014-07-07 16:39:36 +0800
  • 0fd6c150e8 Optimize memory copy siddontang 2014-07-07 15:36:45 +0800
  • 1b1d2b74e1 optimize BufGet siddontang 2014-07-07 15:36:16 +0800
  • 51a5dc9212 bugfix: BufGet must make if b is nil siddontang 2014-07-07 14:50:58 +0800
  • 66d2b3b8ba optimize cgo leveldb siddontang 2014-07-07 12:37:16 +0800
  • 64a4fee577 replication use snappy siddontang 2014-07-04 17:55:47 +0800
  • 6adfb1be98 adjust Open interface, not backwards compatibility siddontang 2014-07-04 15:45:23 +0800
  • 38f741ddb1 use go-log and adjust some param name siddontang 2014-07-04 13:27:57 +0800
  • 1a48d08d66 BMSetBit - offer a way to set multi bit during an api call; also fix offset parse bug. silentsai 2014-07-03 17:52:03 +0800
  • 2dbf643b16 expire on the bin type is available silentsai 2014-07-03 11:38:52 +0800
  • 94b3f335ec Merge branch 'develop' of https://github.com/siddontang/ledisdb into develop holys 2014-07-03 09:20:38 +0800
  • f4659c1dba Add table of contents holys 2014-07-03 09:19:36 +0800
  • bdf9358d21 update document siddontang 2014-07-02 14:18:28 +0800
  • c6a29a3c8c update read me siddontang 2014-07-02 10:23:13 +0800
  • 4a63a1e658 Merge branch 'develop' siddontang 2014-07-02 10:16:40 +0800
  • 785168e8cd use regexp to handle cli command siddontang 2014-07-02 10:13:34 +0800
  • 4b37a88a9d use println instead of panic siddontang 2014-07-02 10:13:10 +0800
  • b5400e8056 bugfix for repair siddontang 2014-07-02 10:11:16 +0800
  • 6a2f1bda0b remove replication related code holys 2014-07-02 09:15:56 +0800
  • 2cc4a7056b update document siddontang 2014-07-02 07:55:21 +0800
  • e5a557a72e add server information commands test cases holys 2014-07-01 21:26:31 +0800
  • 20ebfeafc2 remove ledis unsupported feature code, update testcases holys 2014-07-01 21:25:59 +0800
  • 99391a3435 update doc holys 2014-07-01 18:09:23 +0800
  • 14f87f8840 beautify docuements holys 2014-07-01 17:39:10 +0800
  • 98df1334bd update commands document holys 2014-07-01 17:29:37 +0800
  • 38de79a67f test cases update for server part changes holys 2014-07-01 16:32:51 +0800
  • aa40be6e3d client.py, not test holys 2014-07-01 16:32:06 +0800
  • 5ab309d229 update doc holys 2014-07-01 16:31:24 +0800
  • c6fef170b0 cli trim single quote siddontang 2014-07-01 16:23:44 +0800
  • 2a563215b1 add redis-py original license, thanks Andy McCurdy and other contributors holys 2014-07-01 11:12:58 +0800
  • c86882a530 update ledis-py, added new tests holys 2014-07-01 10:40:56 +0800
  • 8e1552e69d cli add line noise support siddontang 2014-07-01 10:34:45 +0800
  • e3e2229f79 Merge branch 'develop' siddontang 2014-07-01 09:28:04 +0800
  • b13ce1329a bugfix for lrange siddontang 2014-07-01 09:21:14 +0800
  • 1e6bcc6a50 bugfix for revrangebyscore command siddontang 2014-07-01 07:55:34 +0800
  • 70018092fe offer function 'xor' 'not' in bit operation silentsai 2014-06-30 18:00:14 +0800
  • c0829a93be Merge branch 'develop' siddontang 2014-06-30 11:49:36 +0800
  • d5cd9e10eb update document siddontang 2014-06-30 11:48:09 +0800
  • e5c9ad8716 expire bug fix siddontang 2014-06-30 11:23:14 +0800
  • 115ca10a6c add py, openresty client siddontang 2014-06-30 10:56:32 +0800
  • 63d61a4b81 move client to client branch siddontang 2014-06-30 10:55:31 +0800
  • cd194dff48 add bin siddontang 2014-06-30 10:50:42 +0800
  • 86366bbdc5 move bin to another branch siddontang 2014-06-30 10:49:32 +0800
  • 46d2ecda91 add hmclear, lmclear and zmclear for multi keys siddontang 2014-06-27 16:28:26 +0800
  • c2cfc60cf8 solve bitop problem while inexisting srckeys occours silentsai 2014-06-27 11:54:04 +0800
  • 30b1a665e3 repair bugfix siddontang 2014-06-27 11:48:14 +0800
  • a404ef26c0 fix the problem causes from using a global empty segment silentsai 2014-06-27 11:00:01 +0800
  • f27bc8f371 Merge branch 'develop' of https://github.com/siddontang/ledisdb into develop silentsai 2014-06-26 16:28:00 +0800
  • 66806d782a newly support of bit operation 'and' and 'or' for the bin type silentsai 2014-06-26 16:27:25 +0800
  • 2bf1eec0fe update commands document siddontang 2014-06-26 16:26:09 +0800
  • 9d8c045ca0 add repair support siddontang 2014-06-26 11:04:54 +0800
  • 8135d93b9e update commands doc siddontang 2014-06-25 17:43:47 +0800
  • 1f82282348 add commands doc siddontang 2014-06-25 14:22:48 +0800
  • 8721bf410b move redid-cli to cmd siddontang 2014-06-25 14:22:31 +0800
  • d85d65d0f2 update doc siddontang 2014-06-25 12:57:19 +0800
  • 31e70ccd02 add persist command siddontang 2014-06-24 12:44:44 +0800
  • 8c3ac7ebfb fix problem of size calculation in bin type, and add 'btail' api silentsai 2014-06-24 12:00:41 +0800
  • 5be09d5836 new type - bin silentsai 2014-06-23 20:09:05 +0800
  • b3e0ce9ae2 add persist support siddontang 2014-06-23 11:12:20 +0800
  • be0ef5dcd9 Merge branch 'develop' siddontang 2014-06-22 21:14:29 +0800
  • 794cb12ba4 update document siddontang 2014-06-22 21:13:57 +0800
  • baa92dd928 Merge branch 'develop' siddontang 2014-06-22 21:08:12 +0800
  • d45a82897f update document siddontang 2014-06-22 21:05:52 +0800
  • 9680161559 Merge branch 'develop' siddontang 2014-06-22 15:28:09 +0800
  • cdb78498af ledis use proper return values not []interface{} siddontang 2014-06-22 15:25:51 +0800
  • 594f6a5d0d use ledis client siddontang 2014-06-22 10:39:23 +0800
  • ba7ba1f137 update ledis-cli output siddontang 2014-06-22 10:21:53 +0800
  • 55bce5f553 add client ledis lib and ledis-cli siddontang 2014-06-21 22:12:37 +0800
  • 8e8f3704e6 Merge branch 'develop' siddontang 2014-06-20 10:13:52 +0800
  • 9e09e607c8 heel use iterator to multi find and delete siddontang 2014-06-20 10:12:50 +0800
  • c5af770387 use my own log siddontang 2014-06-19 17:50:27 +0800
  • 50bd648e0c copy garyburd redid lib to client siddontang 2014-06-19 17:46:20 +0800
  • a71fbfbfd3 iterator find optimize siddontang 2014-06-19 17:45:52 +0800
  • 48e09a2727 use our own leveldb siddontang 2014-06-19 17:19:40 +0800
  • 13a2e0e690 fix bug - expire bk routine keep running after ledis close silentsai 2014-06-18 15:47:26 +0800
  • a0bd2e90e5 add client for python silentsai 2014-06-18 10:24:40 +0800
  • 852fce9f4c add server commands of expire/ttl silentsai 2014-06-16 19:24:37 +0800
  • 7cfd84b20b add openresty lexis client siddontang 2014-06-13 08:37:51 +0800