CCF/src/kv
Amaury Chamayou e953005009
Websockets support (#1193)
2020-05-20 11:57:55 +01:00
..
test Extract TxView (#1197) 2020-05-19 18:26:22 +01:00
README.md Initial file import 2019-04-26 16:27:27 +01:00
encryptor.h Remove S and D templates from kv types (#1191) 2020-05-19 10:40:32 +01:00
generic_serialise_wrapper.h Extract TxView (#1197) 2020-05-19 18:26:22 +01:00
kv_serialiser.h Remove S and D templates from kv types (#1191) 2020-05-19 10:40:32 +01:00
kv_types.h Websockets support (#1193) 2020-05-20 11:57:55 +01:00
map.h Extract TxView (#1197) 2020-05-19 18:26:22 +01:00
msgpack_serialise.h Remove S and D templates from kv types (#1191) 2020-05-19 10:40:32 +01:00
nljson_serialise.h Remove S and D templates from kv types (#1191) 2020-05-19 10:40:32 +01:00
serialiser_declare.h Remove S and D templates from kv types (#1191) 2020-05-19 10:40:32 +01:00
store.h Extract TxView (#1197) 2020-05-19 18:26:22 +01:00
tx.h Extract TxView (#1197) 2020-05-19 18:26:22 +01:00
tx_view.h Extract TxView (#1197) 2020-05-19 18:26:22 +01:00
view_containers.h Extract TxView (#1197) 2020-05-19 18:26:22 +01:00

README.md

Transactional Key Value Store

This directory implements a transactional key value store. The only directory it should depend on is ds.