django-constance/constance/backends
Misha Behersky 9eccfe0386
Add memory backend (#394)
* Add simple backend

* Add test case for simple backend

* Add tests for mget backend method

* Fix redis mock mget implementation

* Make sure memory backend is thread safe

* Add docs section for memory backend

* Add test usage examples to docs

* Update docs for memory backend in testing

* Share memory storage between threads
2020-06-10 19:49:42 +02:00
..
database Allow concurrent calls to set() method (#384) 2020-03-05 18:04:55 -05:00
__init__.py Drop support py<3.5 django<2.2 (#359) 2019-12-23 16:20:41 -05:00
memory.py Add memory backend (#394) 2020-06-10 19:49:42 +02:00
redisd.py Resolve #367: Set pickle protocol version for the Redis backend (#369) 2020-01-14 15:46:27 -05:00