redisco
redisco copied to clipboard
Feature Request: get_or_create could return tuple
In Django get_or_create returns p, created this is useful as you can do different operations in the case a record was created.
Any chance a future version of redisco could do this ?
yes, if we were using SETNX for example.