* remotecache: avoid race condition in set since set called the database twice without transactions another operation could insert a value before the first operation completed. which would raise an error on insert since the data have been inserted by the other request. closes #17079
Name |
Last commit
|
Last Update |
---|---|---|
.. | ||
database_storage.go | Loading commit data... | |
database_storage_test.go | Loading commit data... | |
memcached_storage.go | Loading commit data... | |
memcached_storage_integration_test.go | Loading commit data... | |
redis_storage.go | Loading commit data... | |
redis_storage_integration_test.go | Loading commit data... | |
remotecache.go | Loading commit data... | |
remotecache_test.go | Loading commit data... | |
testing.go | Loading commit data... |