ledisdb/ledis
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
..
batch.go remove begin, commit, rollback 2015-03-14 09:10:00 +08:00
const.go support configuring databases 2015-03-04 09:15:28 +08:00
doc.go refactor, can not run at all 2014-09-22 17:50:51 +08:00
dump.go using batch to optimize load dump 2014-11-10 15:35:57 +08:00
dump_test.go bugfix for test dump 2014-10-23 13:34:12 +08:00
event.go remove bitmap type 2015-03-03 09:21:00 +08:00
ledis.go use 16 now for later refactor 2015-03-13 14:00:33 +08:00
ledis_db.go remove begin, commit, rollback 2015-03-14 09:10:00 +08:00
ledis_test.go adjust config 2014-10-11 16:00:59 +08:00
migrate.go move rdb package 2015-03-07 10:19:15 +08:00
migrate_test.go add dump and restore support 2014-11-27 14:03:44 +08:00
multi.go remove begin, commit, rollback 2015-03-14 09:10:00 +08:00
multi_test.go remove begin, commit, rollback 2015-03-14 09:10:00 +08:00
replication.go Use new log interface 2015-01-12 10:32:03 +08:00
replication_test.go remove begin, commit, rollback 2015-03-14 09:10:00 +08:00
scan.go scan support sac and desc 2015-03-05 15:49:08 +08:00
scan_test.go scan support sac and desc 2015-03-05 15:49:08 +08:00
sort.go support sort command 2015-02-04 14:09:05 +08:00
sort_test.go support sort command 2015-02-04 14:09:05 +08:00
t_bit.go remove bitmap type 2015-03-03 09:21:00 +08:00
t_bit_test.go add kv bit operation support 2015-02-05 15:37:17 +08:00
t_hash.go add key exists for hash, list, set and zset 2015-03-04 09:33:25 +08:00
t_hash_test.go add key exists for hash, list, set and zset 2015-03-04 09:33:25 +08:00
t_kv.go refactor scan 2015-03-02 11:10:54 +08:00
t_kv_test.go refactor scan 2015-03-02 11:10:54 +08:00
t_list.go add key exists for hash, list, set and zset 2015-03-04 09:33:25 +08:00
t_list_test.go add key exists for hash, list, set and zset 2015-03-04 09:33:25 +08:00
t_set.go add key exists for hash, list, set and zset 2015-03-04 09:33:25 +08:00
t_set_test.go add key exists for hash, list, set and zset 2015-03-04 09:33:25 +08:00
t_ttl.go add make fmt and format go code 2015-02-05 09:39:18 +08:00
t_ttl_test.go add kv bit operation support 2015-02-05 15:37:17 +08:00
t_zset.go add key exists for hash, list, set and zset 2015-03-04 09:33:25 +08:00
t_zset_test.go add key exists for hash, list, set and zset 2015-03-04 09:33:25 +08:00
tx.go remove begin, commit, rollback 2015-03-14 09:10:00 +08:00
tx_test.go remove begin, commit, rollback 2015-03-14 09:10:00 +08:00
util.go use tiny go package 2014-09-24 13:29:27 +08:00