Commit Graph

491 Commits

Author SHA1 Message Date
wenyekui 0d01d7e7ed bug fix: argument checking of funtion 2014-07-23 17:10:06 +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
siddontang f95494386a update config 2014-07-23 08:30:00 +08:00
siddontang 80689cb3fd fix ledis-repair config error 2014-07-23 08:01:18 +08:00
siddontang 7a763da082 change configuration
Config struct now not includes other configs, but shows all

People can see configuration clearly
2014-07-23 07:55:40 +08:00
holys edeee8f645 add missing command for CLI completion 2014-07-22 22:20:04 +08:00
holys 41d7db664b add completion hook 2014-07-22 20:10:44 +08:00
holys 31a069653f fix select bug 2014-07-22 20:10:44 +08:00
silentsai 325f153885 correct using of iterator raw func in bit api 2014-07-22 17:56:51 +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
silentsai dd1db989f4 optimize memory cost while iterating data segments in bitmap 2014-07-21 17:48:44 +08:00
siddontang 5d5e0f4d58 update read me 2014-07-21 10:47:25 +08:00
siddontang 1e28c6be6d update read me 2014-07-21 10:46:14 +08:00
holys 6e295c59a9 add missing test for bitmap 2014-07-21 09:52:53 +08:00
siddontang b04aa337c4 add makefile 2014-07-20 19:03:00 +08:00
siddontang e8e3f6324b ledis-load update 2014-07-20 16:16:12 +08:00
siddontang 39e28b7f17 change ledis-load refer mysql load dump
although dump file may include master bin log information, ledis-load
will not change in slave but to output.
2014-07-20 16:15:23 +08:00
holys feb3c68f61 add help support in CLI 2014-07-18 12:20:25 +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
siddontang 8abf1be6cd update read me 2014-07-11 17:30:40 +08:00
siddontang 31166efd5c add ledis-load 2014-07-11 16:57:25 +08:00
siddontang ac5c64aab8 add MasterInfo for replication 2014-07-11 16:57:19 +08:00
siddontang 31320944e6 add handle binlog tool 2014-07-11 13:28:59 +08:00
siddontang eec14806d2 add support for read and print bin log 2014-07-11 13:28:34 +08:00
siddontang a41b1ef669 refactor, bin rename to bit, rename datatype 2014-07-11 13:27:40 +08:00
siddontang 55056660e3 add ledis-dump tool 2014-07-11 10:43:42 +08:00
holys b2fa4082ff fix typo 2014-07-10 15:17:51 +08:00