jaysonsantos / python-binary-memcached

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

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

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

bisho commented 3 years ago

@jaysonsantos: Sorry for the noise recreating the PR, I updated my master branch and was messy to do proper pulls and rebases.

jaysonsantos commented 3 years ago

thank you @bisho !