isamu / rocksdb-ruby

A simple RocksDB library for Ruby
MIT License
75 stars 24 forks source link

Get property #18

Closed movitto closed 5 years ago

movitto commented 5 years ago

Keeping the ball rolling with enhancements to this great lib!

This PR adds support for the 'GetProperty' method on the base rocksdb class, allowing us to get properties set on the underlying db.

Includes spec testing functionality and verified locally against a production database.

isamu commented 5 years ago

Thanks you for you good patch. It was failed on ci but it is success on my local. I will fix test later.

Thanks.

movitto commented 5 years ago

:+1: