rocksdb/utilities/ttl
Deon Nicholas d8c7c45ea0 Very basic Multiget and simple test cases.
Summary:
Implemented the MultiGet operator which takes in a list of keys
and returns their associated values. Currently uses std::vector as its
container data structure. Otherwise, it works identically to "Get".

Test Plan:
 1. make db_test      ; compile it
 2. ./db_test         ; test it
 3. make all check    ; regress / run all tests
 4. make release      ; (optional) compile with release settings

Reviewers: haobo, MarkCallaghan, dhruba

Reviewed By: dhruba

CC: leveldb

Differential Revision: https://reviews.facebook.net/D10875
2013-06-05 11:22:38 -07:00
..
db_ttl.cc Very basic Multiget and simple test cases. 2013-06-05 11:22:38 -07:00
db_ttl.h Very basic Multiget and simple test cases. 2013-06-05 11:22:38 -07:00
ttl_test.cc Bring read_only into ttl 2013-05-10 16:13:26 -07:00