Commit Graph

44 Commits

Author SHA1 Message Date
siddontang dddbd5f146 remove begin, commit, rollback
simplify codes and features now, we don’t use transaction never, and it
is not universal for all backend storages and even introduces
complexity.
2015-03-14 09:10:00 +08:00
siddontang 2d113aa9be add linenoise build tag
avoid some cgo compiling problem
2015-03-12 11:32:33 +08:00
siddontang 186ed2f84f use goredis client 2015-03-11 11:54:02 +08:00
siddontang 62219bbe74 update doc 2015-03-05 15:49:15 +08:00
siddontang 71b32895b8 add key exists for hash, list, set and zset 2015-03-04 09:33:25 +08:00
siddontang c69f803f37 support configuring databases 2015-03-04 09:15:28 +08:00
siddontang 18362ffba4 move go ledis client 2015-03-03 10:18:54 +08:00
siddontang c2f8405c17 remove bitmap type 2015-03-03 09:21:00 +08:00
siddontang ab94f63375 update doc 2015-03-02 14:44:00 +08:00
siddontang 7235cb8933 add some commands doc 2015-02-06 09:20:03 +08:00
siddontang f77438741d add make fmt and format go code 2015-02-05 09:39:18 +08:00
siddontang adbfd4b945 add role command doc 2015-02-03 14:22:12 +08:00
siddontang 31fc7f0375 x must be the prefix for scan, for #121 2015-01-24 11:07:26 +08:00
siddontang 026a72b58e Merge branch 'copy-bugfix' into develop 2014-11-27 20:51:21 +08:00
siddontang 4bdbdb7697 add dump and restore support 2014-11-27 14:03:44 +08:00
holys c7dfec509b add SETEX command for KV 2014-10-26 15:15:43 +08:00
siddontang f09e43ad99 add rev scan support 2014-10-20 22:36:16 +08:00
siddontang 79d0f9ff64 update list block pop 2014-10-17 11:41:15 +08:00
siddontang 855f0a3477 add readonly support 2014-10-10 09:49:16 +08:00
siddontang 53f89f671b add config rewrite command 2014-10-08 16:39:14 +08:00
siddontang fefc39c429 add time command 2014-10-08 13:55:46 +08:00
siddontang a75791f72c add client command 2014-10-02 15:41:06 +08:00
siddontang de46e1a511 update doc 2014-09-29 14:19:42 +08:00
siddontang dca71891c3 readd transaction 2014-09-25 10:44:07 +08:00
siddontang 22109ed0f1 refactor, can not run at all 2014-09-22 17:50:51 +08:00
siddontang 3354399d9b move scan to scan 2014-09-09 10:02:49 +08:00
siddontang c516efa800 cli output pretty 2014-09-03 17:52:38 +08:00
siddontang 855682ff2b make cli output pretty, needs more work 2014-09-03 17:01:06 +08:00
siddontang d917eeacd0 update lua 2014-09-02 22:36:50 +08:00
holys bf123c3bce add cli auco-completion for new commands 2014-08-27 11:25:55 +08:00
siddontang 9b1c6c4223 refactor 2014-08-25 14:18:23 +08:00
holys 76e9c9d12b update documents 2014-08-15 17:30:15 +08:00
holys 85d0eceeaf fix error information 2014-07-24 12:07:54 +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
holys feb3c68f61 add help support in CLI 2014-07-18 12:20:25 +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
siddontang 785168e8cd use regexp to handle cli command 2014-07-02 10:13:34 +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 8721bf410b move redid-cli to cmd 2014-06-25 14:22:31 +08:00