Some discussion in PR ( #350 ) raised the point that the name DictStore may not itself be clear. As such it may be better to rename it to something that makes its intent clear (with some backcompat support like aliasing to the old name with a deprecation warning). Namely something that expresses it is an in-memory storage like MemStore or MemoryStore.
Some discussion in PR ( #350 ) raised the point that the name
DictStoremay not itself be clear. As such it may be better to rename it to something that makes its intent clear (with some backcompat support like aliasing to the old name with a deprecation warning). Namely something that expresses it is an in-memory storage likeMemStoreorMemoryStore.