Commit Graph

  • fefc39c429 add time command siddontang 2014-10-08 13:55:46 +0800
  • 05d251da1f update goleveldb siddontang 2014-10-08 13:05:18 +0800
  • 84e45be7a9 Merge pull request #86 from holys/develop siddontang 2014-10-08 11:45:23 +0800
  • f560c0533f add data migration support for data type Set holys 2014-10-08 11:33:43 +0800
  • b771a20dea Merge branch 'develop' siddontang 2014-10-08 11:18:13 +0800
  • 87f19c8591 update doc siddontang 2014-10-05 21:36:12 +0800
  • 4d974a0db7 add wait max slave acks config siddontang 2014-10-05 17:24:44 +0800
  • 498a8c6f81 update read me siddontang 2014-10-05 08:56:35 +0800
  • 3f93676d4d flushall will restart replication if possible siddontang 2014-10-03 20:31:24 +0800
  • a75791f72c add client command siddontang 2014-10-02 15:41:06 +0800
  • 1820190f96 update doc siddontang 2014-10-02 15:40:53 +0800
  • d675556cb4 support zset lex commands siddontang 2014-10-01 23:26:46 +0800
  • bae86ca7dd support godep siddontang 2014-10-01 16:47:35 +0800
  • 98912695a4 wait replication sleep some time siddontang 2014-09-29 17:01:58 +0800
  • de46e1a511 update doc siddontang 2014-09-29 14:19:42 +0800
  • e143448fdd Merge branch 'repl-feature' into develop siddontang 2014-09-29 14:13:21 +0800
  • 956a8b4421 update doc siddontang 2014-09-29 14:11:14 +0800
  • 99fcee2e58 update doc siddontang 2014-09-28 22:00:29 +0800
  • 8eb6052951 add replication doc siddontang 2014-09-28 21:55:36 +0800
  • 5786b72eb1 bugfix for wait replication siddontang 2014-09-28 21:55:25 +0800
  • 2a3fca829e update slaveof command, wait (n + 1) /2 replies siddontang 2014-09-28 21:34:24 +0800
  • 69e489dd1b bugfix for replication siddontang 2014-09-28 20:37:57 +0800
  • b4d82d7e34 update watigroup add place siddontang 2014-09-27 20:13:13 +0800
  • 7df7af8b54 client rollback tx when close siddontang 2014-09-27 20:11:36 +0800
  • f49a3bbece add compression for log siddontang 2014-09-27 10:08:45 +0800
  • b2a8b70e54 add compression for log siddontang 2014-09-27 09:10:08 +0800
  • cb5aa517c2 Merge pull request #82 from lytics/spelling siddontang 2014-09-27 08:25:59 +0800
  • f2a574f743 fix typo Michael Schurter 2014-09-25 16:35:29 -0700
  • 05135a5ac9 move nextsynclogid to server siddontang 2014-09-25 22:33:09 +0800
  • 962a087330 update slaveof and readonly siddontang 2014-09-25 16:03:29 +0800
  • dca71891c3 readd transaction siddontang 2014-09-25 10:44:07 +0800
  • 595ead55bd bug fix: stop replication before close siddontang 2014-09-25 10:21:50 +0800
  • 6d293ce152 use async notify siddontang 2014-09-24 21:31:26 +0800
  • 0a64b592d5 add file lock to promise one instance for a path siddontang 2014-09-24 15:51:09 +0800
  • b7de9e6354 use tiny go package siddontang 2014-09-24 13:29:27 +0800
  • 5bccfd13dc use tiny go package siddontang 2014-09-24 12:34:21 +0800
  • 7d1f13f9d7 rename package siddontang 2014-09-24 09:46:36 +0800
  • eb77615b4b rename file siddontang 2014-09-24 09:44:42 +0800
  • 4bb886adff update info siddontang 2014-09-23 17:53:52 +0800
  • 1a1250d949 refactor, remove bin log, add consensus replication siddontang 2014-09-23 17:28:09 +0800
  • 59e974c258 update, can not run at all siddontang 2014-09-22 22:03:44 +0800
  • 22109ed0f1 refactor, can not run at all siddontang 2014-09-22 17:50:51 +0800
  • e3bdb57be2 add DBPath and UseBinLog config siddontang 2014-09-18 22:30:33 +0800
  • 2972f57436 remove DataDB siddontang 2014-09-18 22:20:18 +0800
  • 0aa1f95752 Merge branch 'develop' siddontang 2014-09-18 21:59:24 +0800
  • ee59af0062 add warning for bin log siddontang 2014-09-18 21:54:33 +0800
  • 0a72481eb0 mode use 0644 for file, 0755 for dir siddontang 2014-09-18 21:27:43 +0800
  • fafd0c7e80 add flag for pprof siddontang 2014-09-18 10:25:15 +0800
  • b16691ad6c Merge branch 'develop' siddontang 2014-09-18 09:08:42 +0800
  • f22bbb97df bugfix scan count 0 siddontang 2014-09-18 09:08:18 +0800
  • 8c70bbfdbe update, can not run at all siddontang 2014-09-17 23:06:42 +0800
  • 8b8745be92 refactor, can not build and run at all siddontang 2014-09-17 17:54:04 +0800
  • 3a37b2e297 update store clear test siddontang 2014-09-16 08:41:38 +0800
  • 63f8f82727 remove id gen, update siddontang 2014-09-16 08:39:52 +0800
  • 63e2437611 add base awl package siddontang 2014-09-15 22:42:25 +0800
  • 95cbcc6460 add dbpath config siddontang 2014-09-15 22:42:15 +0800
  • 39d6db56bd change open file and mkdir mode siddontang 2014-09-13 23:06:36 +0800
  • 9d00aa229d update lua bash siddontang 2014-09-13 14:34:15 +0800
  • 6aec5d4952 use golua directly siddontang 2014-09-13 14:11:05 +0800
  • a1096fd1d8 binlog purgeall bugfix siddontang 2014-09-12 15:06:47 +0800
  • 8284c94453 store add compact and string interface siddontang 2014-09-12 15:06:36 +0800
  • 5f404a5240 remove select cmd because of conn pool siddontang 2014-09-12 14:25:31 +0800
  • da87fe0d5f Merge branch 'develop' siddontang 2014-09-09 12:30:17 +0800
  • 23452f06c7 add diff redid doc siddontang 2014-09-09 10:01:46 +0800
  • 3354399d9b move scan to scan siddontang 2014-09-09 09:53:26 +0800
  • c13f87841c Merge branch 'develop' siddontang 2014-09-08 09:56:14 +0800
  • b8cc69e50a update rocksdb siddontang 2014-09-08 09:55:55 +0800
  • b5518dd14c update read me siddontang 2014-09-07 10:58:18 +0800
  • fd41374d9f remove info cpu section siddontang 2014-09-07 08:48:37 +0800
  • 4989bfa22f Merge branch 'develop' siddontang 2014-09-07 08:45:32 +0800
  • 947ec0081b remove cpu info siddontang 2014-09-07 08:44:10 +0800
  • 53ff437877 update ReadBulkTo siddontang 2014-09-05 10:01:50 +0800
  • c8e5e39f9d hand up for new event if no one now siddontang 2014-09-05 10:01:38 +0800
  • b6e44c3dc0 using close channel to wait new bin log siddontang 2014-09-04 23:52:09 +0800
  • dad6478c12 MasterInfo rename to BinLogAnchor siddontang 2014-09-04 22:43:56 +0800
  • 44aaf62b72 Merge branch 'develop' siddontang 2014-09-04 22:09:00 +0800
  • 138be8fb06 update benchmark siddontang 2014-09-04 17:51:43 +0800
  • 9569c4d08a update benchmark siddontang 2014-09-04 17:17:47 +0800
  • 0cf898bf27 update lua build siddontang 2014-09-04 16:55:18 +0800
  • b9ea592026 add lua build tag siddontang 2014-09-04 16:39:23 +0800
  • 8ad6eabd6a update benchmark siddontang 2014-09-04 15:49:51 +0800
  • 1dd8720562 Merge pull request #61 from holys/develop siddontang 2014-09-04 15:00:05 +0800
  • 6fac39c96b bugfix for replication siddontang 2014-09-04 14:57:26 +0800
  • 42f6a3679f bugfix for lmdb siddontang 2014-09-04 14:55:26 +0800
  • c77f938b14 update read me siddontang 2014-09-04 14:02:55 +0800
  • 2efd35de5a update config siddontang 2014-09-04 14:02:47 +0800
  • 9eaab3fba2 adjust benchmark siddontang 2014-09-04 14:00:32 +0800
  • ba9f611488 *scan commands bug fix; add more tests holys 2014-09-04 12:53:19 +0800
  • 6f3f049707 add tests for py client holys 2014-09-03 23:01:10 +0800
  • 210d51258b info bug fix holys 2014-09-03 22:00:31 +0800
  • c516efa800 cli output pretty siddontang 2014-09-03 17:52:38 +0800
  • 0f4c628146 update py client siddontang 2014-09-03 17:18:58 +0800
  • 855682ff2b make cli output pretty, needs more work siddontang 2014-09-03 17:01:06 +0800
  • b4c66c7eed bugfix for script command siddontang 2014-09-03 17:00:03 +0800
  • 9628817ca4 replace lua error siddontang 2014-09-03 09:03:49 +0800
  • d9a8da770d return lua error in eval siddontang 2014-09-03 07:49:46 +0800
  • de284bab4d Merge branch 'lua-feature' into develop siddontang 2014-09-02 22:45:39 +0800
  • d917eeacd0 update lua siddontang 2014-09-02 22:36:50 +0800
  • 0af4758e79 lua update siddontang 2014-09-02 22:04:18 +0800
  • ab1ae62bf7 add lua support siddontang 2014-09-02 17:55:12 +0800