ledisdb/ledis
siddontang cdb6b1cdd2 use iterator to read many consistently in api
for a read api, it not uses lock, so multi read in a api may cause some
unpredictable when something writes at same time.
2014-07-10 11:32:37 +08:00
..
binlog.go adjust Open interface, not backwards compatibility 2014-07-04 15:45:23 +08:00
binlog_test.go adjust Open interface, not backwards compatibility 2014-07-04 15:45:23 +08:00
binlog_util.go add replicate for relay log 2014-06-04 14:42:13 +08:00
const.go refactor t/l, reduce code 2014-07-09 17:01:33 +08:00
doc.go adjust Open interface, not backwards compatibility 2014-07-04 15:45:23 +08:00
dump.go update documents 2014-07-09 09:33:48 +08:00
dump_test.go adjust Open interface, not backwards compatibility 2014-07-04 15:45:23 +08:00
ledis.go update documents 2014-07-09 09:33:48 +08:00
ledis_db.go refactor t/l, reduce code 2014-07-09 17:01:33 +08:00
ledis_test.go adjust Open interface, not backwards compatibility 2014-07-04 15:45:23 +08:00
replication.go use go-log and adjust some param name 2014-07-04 13:27:57 +08:00
replication_test.go adjust Open interface, not backwards compatibility 2014-07-04 15:45:23 +08:00
t_bin.go refactor t/l, reduce code 2014-07-09 17:01:33 +08:00
t_bin_test.go merge branch 'bin-feature' 2014-07-08 17:10:44 +08:00
t_hash.go refactor t/l, reduce code 2014-07-09 17:01:33 +08:00
t_hash_test.go add persist support 2014-06-23 11:12:20 +08:00
t_kv.go refactor t/l, reduce code 2014-07-09 17:01:33 +08:00
t_kv_test.go add persist support 2014-06-23 11:12:20 +08:00
t_list.go use iterator to read many consistently in api 2014-07-10 11:32:37 +08:00
t_list_test.go bugfix for lrange 2014-07-01 09:21:14 +08:00
t_ttl.go refactor t/l, reduce code 2014-07-09 17:01:33 +08:00
t_ttl_test.go fullfill test case for various data type 2014-06-06 14:38:32 +08:00
t_zset.go use iterator to read many consistently in api 2014-07-10 11:32:37 +08:00
t_zset_test.go add persist support 2014-06-23 11:12:20 +08:00
tx.go use our own leveldb 2014-06-19 17:19:40 +08:00
util.go merge branch 'bin-feature' 2014-07-08 17:10:44 +08:00