Closed DerekMarshall closed 9 years ago
Well, the default value is positive in that case. Since the main purpose is just to cache/memoize results, it wasn't much of a concern. But we could add something like expire=-1 signifying persistent storage.
I added a PR that just does a simple if block to call set() instead of setx() - #27.
SETEX does not support this:
store() could probably include a check for expire=None and simply use SET for those requests.
Have I understood this issue properly? Would you like a patch for this?