Open stuaxo opened 8 years ago
In Django get_or_create returns p, created this is useful as you can do different operations in the case a record was created.
p, created
Any chance a future version of redisco could do this ?
yes, if we were using SETNX for example.
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 ?