rocksdb/tools
Zheng Shao 0f762ac573 ldb: Add command "ldb query" to support random read from the database
Summary: The queries will come from stdin.  One key per line.  The output will be in stdout, in the format of "<key> ==> <value>" if found, or "<key>" if not found.  "--hex" uses HEX-encoded keys and values in both input and output.

Test Plan: ldb query --db=leveldb_db --hex

Reviewers: dhruba, emayanke, sheki

Reviewed By: dhruba

CC: leveldb

Differential Revision: https://reviews.facebook.net/D7617
2012-12-26 20:37:42 -08:00
..
shell Titile: a command line shell to read/write data from a leveldb thrift server 2012-08-23 09:41:05 -07:00
db_repl_stress.cc Create a long running test to check GetUpdatesSince. 2012-12-21 14:10:06 -08:00
db_stress.cc enhance dbstress to simulate hard crash 2012-11-18 23:16:17 -08:00
ldb.cc ldb: Add command "ldb query" to support random read from the database 2012-12-26 20:37:42 -08:00
manifest_dump.cc manifest_dump: Fix the help message and make it consistent 2012-12-21 10:45:24 -08:00
reduce_levels_test.cc Fix test failure of reduce_num_levels 2012-11-12 12:05:38 -08:00
sst_dump.cc sst_dump: Fix incorrect cmd args parsing 2012-12-26 10:57:04 -08:00