rocksdb/utilities
Deon Nicholas 5679107b07 Completed the implementation and test cases for Redis API.
Summary:
Completed the implementation for the Redis API for Lists.
The Redis API uses rocksdb as a backend to persistently
store maps from key->list. It supports basic operations
for appending, inserting, pushing, popping, and accessing
a list, given its key.

Test Plan:
  - Compile with: make redis_test
  - Test with: ./redis_test
  - Run all unit tests (for all rocksdb) with: make all check
  - To use an interactive REDIS client use: ./redis_test -m
  - To clean the database before use:       ./redis_test -m -d

Reviewers: haobo, dhruba, zshao

Reviewed By: haobo

CC: leveldb

Differential Revision: https://reviews.facebook.net/D10833
2013-06-11 11:19:49 -07:00
..
merge_operators Completed the implementation and test cases for Redis API. 2013-06-11 11:19:49 -07:00
redis Completed the implementation and test cases for Redis API. 2013-06-11 11:19:49 -07:00
ttl Make Write API work for TTL databases 2013-06-10 15:23:44 -07:00
.DS_Store Implemented StringAppendOperator and unit tests. 2013-05-13 15:09:42 -07:00
merge_operators.h [Rocksdb] Support Merge operation in rocksdb 2013-05-03 16:59:02 -07:00