Mercurial > libervia-backend
annotate sat/memory/__init__.py @ 3225:843a9279fb5a
core (memory/persistent): implemented `aset` and `adel`:
those methods are async variants of __setitem__ and __delitem__, they return a Deferred
fired when the value is actually set/removed from storage.
author | Goffi <goffi@goffi.org> |
---|---|
date | Sun, 22 Mar 2020 18:35:22 +0100 |
parents | 26edcf3a30eb |
children |
rev | line source |
---|