pinterest / pymemcache

A comprehensive, fast, pure-Python memcached client.
https://pymemcache.readthedocs.io/
Apache License 2.0
778 stars 179 forks source link

Adding initial commit for the blocking functionality in the get func… #535

Open JoJo10Smith opened 1 year ago

JoJo10Smith commented 1 year ago

This will add the blocking functionality to the get function with the following optional parameters:

This is in response to issue #519

JoJo10Smith commented 1 year ago

I realized that there was a better implementation which I will explain below:

I look forward to hearing any feedback/ responding to questions Thanks Jordan

In response to #519