Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Return {ok,CAS::integer()} instead of ok for all store operations. #86

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Nov 3, 2016

  1. Return {ok,CAS::integer()} instead of ok for all store operations.

    This saves a roundtrip when you set/add an item that you'll want to modify later.
    
    This is a backward-incompatible change, but it seems important enough and seems to be
    a coding oversight as most of the work was already done (but thrown away) in store_callback().
    vincentdephily committed Nov 3, 2016
    Configuration menu
    Copy the full SHA
    67b4f92 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2016

  1. Dialyzer spec fixes.

    vincentdephily committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    bc3c6ad View commit details
    Browse the repository at this point in the history