Commit Graph

94 Commits

Author SHA1 Message Date
re 2ff8098b91 upd 2023-02-15 10:41:45 +03:00
Lunny Xiao b814d6a929
Fix ineffassign (#388)
* Fix ineffassign

* upgrade readme
2020-05-10 20:54:36 +08: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 3709e1b06a
Fix badge (#381)
* Fix badge

* Fix make test

* More test time
2020-04-26 20:11:32 +08:00
Lunny Xiao 1b73a3d5bb
Add contributing (#375) 2020-04-24 13:27:36 +08:00
Lunny Xiao 026b4a7422
Add coverage from codecov (#376) 2020-04-24 13:23:58 +08:00
Lunny Xiao 04ab07acd4
Update README (#377) 2020-04-24 13:01:35 +08:00
Glen De Cauwsemaecker 9f6a59ea1a Feature: Pure Go Lua (VM) (#291) 2017-04-15 21:51:03 +08:00
siddontang 350d7cd95e update readme 2017-03-14 22:13:22 +08:00
siddontang 3cbbbb8f85 update rocksdb 5.1+ (#282) 2017-03-12 21:21:49 +08:00
siddontang 3970f8e4f4 use glide and refactor (#281) 2017-03-12 18:05:35 +08:00
siddontang 380835a0ca Update README.md 2016-11-24 09:27:38 +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
Nathan Dao 779f00d26c update documentation for opening a new connection with default configuration 2015-10-25 11:06:37 +02:00
Russell Smith d48cb8c773 Make the auth stuff simpler - just have a password 2015-09-12 19:35:08 -07: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
zhibinr db7aaf10af fix a typo 2015-03-12 18:50:22 +08:00
siddontang c2f8405c17 remove bitmap type 2015-03-03 09:21:00 +08:00
siddontang 61941bfa15 commit godeps workspace, prefer using godep
see https://github.com/tools/godep/pull/123
2015-02-03 10:17:15 +08:00
siddontang f91d8fe09a update read me 2014-12-04 20:59:16 +08:00
siddontang a5621140fa update read me 2014-12-03 17:27:15 +08:00
siddontang 14ab146b48 fix syntax and typo, thans @ShawnMilo 2014-11-24 09:25:25 +08:00
siddontang 9e90493992 update read me 2014-11-21 10:32:33 +08:00
siddontang 8ec2730235 rpl optimize
log head use pool
remove defer mutex
2014-11-19 10:26:50 +08:00
siddontang 37453395b2 add my Skype id 2014-10-25 14:51:55 +08:00
siddontang baf0d69362 update read me 2014-10-17 10:30:48 +08:00
siddontang 0f8e9553ac remove hyperleveldb
leveled, hyperleveldb, and basho leveldb use same interfaces. You can
choose proper one by yourself.
2014-10-16 11:10:19 +08:00
siddontang 137bd19951 separate bootstrap from makefile 2014-10-09 11:04:58 +08:00
siddontang 498a8c6f81 update read me 2014-10-05 08:56:35 +08:00
siddontang bae86ca7dd support godep 2014-10-01 16:47:35 +08:00
siddontang 956a8b4421 update doc 2014-09-29 14:11:14 +08:00
siddontang 6aec5d4952 use golua directly 2014-09-13 14:11:05 +08:00
siddontang 23452f06c7 add diff redid doc 2014-09-09 10:02:49 +08:00
siddontang b8cc69e50a update rocksdb 2014-09-08 09:55:55 +08:00
siddontang b5518dd14c update read me 2014-09-07 10:58:18 +08:00
siddontang c77f938b14 update read me 2014-09-04 14:02:55 +08:00
siddontang 9628817ca4 replace lua error
error may cause c stack overflow
https://github.com/aarzilli/golua/issues/24
2014-09-03 09:03:49 +08:00
siddontang d917eeacd0 update lua 2014-09-02 22:36:50 +08:00
siddontang a3b1e451bb remove json configuration support 2014-08-27 15:37:42 +08:00
siddontang 4b97437298 update read me 2014-08-27 15:10:04 +08:00
siddontang 2c48d86bfd move build_tool to tools 2014-08-27 14:31:49 +08:00
siddontang 9b1c6c4223 refactor 2014-08-25 14:18:23 +08:00
siddontang 2b152e97b9 update read me 2014-08-19 20:38:34 +08:00
siddontang 09e49ca346 refactor store, reduce code 2014-08-16 00:08:01 +08:00
holys 22161f91ba Merge branch 'set-feature' into develop 2014-08-15 18:09:55 +08:00
holys 00abaccbf2 add cmd_set commands and its tests 2014-08-15 15:51:58 +08:00
holys de98e7887e update readme, add C/C++ 2014-08-12 14:49:02 +08:00
holys 0b69b5017d update readme, add hyperleveldb 2014-08-12 14:44:16 +08:00