OpenTSDB / asynchbase

A fully asynchronous, non-blocking, thread-safe, high-performance HBase client.
https://github.com/OpenTSDB/asynchbase
BSD 3-Clause "New" or "Revised" License
610 stars 303 forks source link

Mutation Attributes support #206

Open apostolterziev opened 5 years ago

apostolterziev commented 5 years ago

Mutations support attributes i.e. cell ttl. It looks like this in the CLI:

incr 'table','key','cf:q1',1,{TTL=>30000}

Are there any plans for asynchbase to support this?