Commit Graph

118 Commits

Author SHA1 Message Date
siddontang 2ec83580ac handle databases config 2015-03-16 13:39:15 +08:00
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 9dfc4f0e26 remove unnecessary benchmark code 2015-03-07 08:39:18 +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 c4380b6406 simplify client connection
fix
https://github.com/siddontang/redis-failover/issues/3#issuecomment-76665
133
2015-03-02 17:12:55 +08:00
siddontang ab94f63375 update doc 2015-03-02 14:44:00 +08:00
siddontang 13767e1bb2 fix use_replication has no effect error 2015-02-14 14:38:13 +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 8d94615ee4 fix typo, #115 2014-12-23 08:47:28 +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
siddontang 6f39cb17a9 close gracefully
wait all resp-client connections closed
2014-11-11 15:21:41 +08:00
siddontang 529c158293 update signal notify 2014-11-11 11:09:32 +08:00
siddontang b787ddbbd1 update bench tool 2014-10-31 09:18:45 +08:00
siddontang c471b4538f update bench tool 2014-10-31 08:55:31 +08:00
siddontang c14ea7a3a7 update benchmark tool 2014-10-30 16:48:15 +08:00
siddontang bd9e546da4 add get slice for dbbench 2014-10-30 14:15:49 +08:00
siddontang bfcec916a1 bugfix benchmark for randget flag 2014-10-30 09:32:53 +08:00
siddontang 8133cfdbb7 update server TTL check 2014-10-30 09:00:19 +08:00
siddontang 796f4b3af2 use arena to reduce object create 2014-10-30 00:01:19 +08:00
siddontang a2c98cf359 bugfix ledis-dbbench 2014-10-29 20:16:24 +08:00
siddontang 6572f3c719 update benchmark 2014-10-29 17:52:31 +08:00
siddontang 21fee60d8b optimize and bugfix TTL, must upgrade manually 2014-10-29 16:02:46 +08:00
siddontang 9282c7223e optimize benchmark
thanks joe
2014-10-29 12:32:57 +08:00
siddontang 2d52dca88e rename to dbbench using ledis 2014-10-29 09:12:11 +08:00
siddontang 4a7b57d30e add reap protocol benchmark 2014-10-29 09:11:22 +08:00
siddontang e36cc553ec update benchmark 2014-10-28 23:23:30 +08:00
siddontang c365f3902d update bench tool 2014-10-28 17:57:29 +08:00
holys c7dfec509b add SETEX command for KV 2014-10-26 15:15:43 +08:00
siddontang 8889197a39 go client add conn buffer size config 2014-10-25 15:27:05 +08:00
siddontang 3c38beb62d update benchmark 2014-10-24 23:20:42 +08:00
siddontang bae4ed58e4 benchmark add GOMAXPROCS 2014-10-24 20:32:49 +08:00
siddontang 5cfffba6e1 remove crand for benchmark 2014-10-24 16:39:06 +08:00
siddontang e0124cb64a update store bench 2014-10-24 13:04:34 +08:00
siddontang 1cb40204fa add rocksdb config 2014-10-24 13:01:13 +08:00
siddontang dbb725c678 add store bench 2014-10-24 06:46:09 +08:00
siddontang 0e717a34de bugfix for ledis dump 2014-10-23 13:49:57 +08:00
siddontang 0a61b949e2 bench add kv value size flag 2014-10-23 13:49:43 +08:00
siddontang 9b58e105b2 update replication 2014-10-22 09:11:14 +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