basho / riak-erlang-client

The Riak client for Erlang.
Apache License 2.0
311 stars 188 forks source link

Merge sweeper code to develop #343

Closed nickelization closed 7 years ago

nickelization commented 7 years ago

This adds the ability to set the TTL flag on riakc_obj records, which can then be used by the sweeper to expire objects on the Riak side of things.

tburghart commented 7 years ago

riakc_obj:get_ttl/1 should be generating a dialyzer error, this should not be passing all checks.

thumbot commented 7 years ago
sweeper-develop-merge 6856c0a :arrow_right: develop 262e9ad :white_check_mark: completed
Looks good! :+1:
:white_check_mark: MERGE

> Started at: 2017-01-10 08:07 > Duration: 1 seconds. > Result: OK > Message: Merge Success: sweeper-develop-merge 6856c0a65f901bf6765fda5220ced223e0349ba9 onto target branch: develop 262e9ad3d0050f2b892b1b27223484663434a834 > Exit Code: OK > :page_facing_up:

``` Updating 262e9ad..6856c0a Fast-forward (no commit created; -m option ignored) src/riakc_obj.erl | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) ``` --------------------------------------------------
JeetKunDoug commented 7 years ago

+1