jaysonsantos / python-binary-memcached

A pure python module (thread safe) to access memcached via it's binary protocol with SASL auth support.
MIT License
165 stars 57 forks source link

Expose incr/decr `default` and `time` protocol arguments in client class #241

Closed bisho closed 3 years ago

bisho commented 3 years ago

The protocol implements default and time arguments, but those are not exposed in the client class implementation.

This adds those fields.


This change is Reviewable

jaysonsantos commented 3 years ago

hey there @bisho, thank you very much for your contribution! it seems that Travis is no more after all, let me just set up github actions, and then we can validate the changes so i can merge and release it :)

jaysonsantos commented 3 years ago

Would you mind updating your branch with master?