xncbf / django-dynamodb-cache

Django cache backend for serverless
https://pypi.org/project/django-dynamodb-cache/
MIT License
31 stars 5 forks source link

has_key method does not get the specified version #20

Closed xncbf closed 1 year ago

xncbf commented 1 year ago
cache.set("set_simple", "test", version=2)

assert cache.has_key("set_simple", version=2)