Commit Graph

134 Commits

Author SHA1 Message Date
re 2ff8098b91 upd 2023-02-15 10:41:45 +03:00
Lunny Xiao eb6693a86b
Move upgrade-ttl as a sub command of ledis so that it's easier to repair the problems (#387) 2020-05-10 18:47:46 +08:00
Lunny Xiao 1ee5a02c6c
Fix some lint error (#385)
* Fix some lint error

* Fix misspell

* Improve make lint
2020-05-10 18:17:39 +08:00
Lunny Xiao b08f85e6fb
Add version for ledis command and make build will only build ledis (#383)
* Add version for ledis command and make build will only build ledis

* More improvement for Makefile

* Add version for other commands
2020-05-10 13:32:35 +08:00
Lunny Xiao 72deb0e7c7
Implement LSET command for ledis server (#384) 2020-05-10 12:57:04 +08:00
Lunny Xiao b245fa4172
Add a new command ledis and move all commands as the sub commands (#382)
* Add a new command ledis and move all commands as the sub commands
2020-05-09 21:30:50 +08:00
Lunny Xiao 4c786878af
Fix gomod (#379) 2020-04-24 14:10:03 +08:00
Lunny Xiao 3c399e1b38
Add vet check and fix some vet errors (#374) 2020-04-24 13:07:38 +08:00
siddontang 0c604eb684
fix vet and lint (#337) 2018-03-29 20:33:36 +08:00
Glen De Cauwsemaecker 015411f5ce add redis-compatible HSCAN/SSCAN/ZSCAN commands (#321) 2017-10-30 16:39:51 +08:00
siddontang 3970f8e4f4 use glide and refactor (#281) 2017-03-12 18:05:35 +08:00
siddontang ca344836ab use vendor and do clean up. (#241)
* use vendor and do clean up.
2016-05-01 23:33:02 +08:00
siddontang 29df518dfd use liner instead of linenoise 2015-08-02 09:23:51 +08:00
siddontang eee7468b85 format with goimports 2015-05-04 22:42:28 +08:00
siddontang 9bfd3b2208 support shutdown command 2015-05-03 11:19:31 +08:00
siddontang 3d806ad179 adjust flag handling 2015-03-21 20:31:43 +08:00
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