Releases: Attumm/redis-dict
Releases · Attumm/redis-dict
v2.0.2
Added typehinting
Added google style dosctrings
Added type tuple
Added type set
Added fuzz testing
Added load testing script
Added some other tests
Changed some peformance updates
Changed README.md
Changed redis version for security
Changed redis package to lastest version
passes "mypy --strict"
passes pylama
Updated future package
Updated future package
Added experimental support for lists and dictionaries.
Added experimental support lists and dictionaries.
Using JSON as serialization list and dictionaries can now be stored.
But using JSON serialization of lists, and dictionaries is not always guaranteed to work.
JSON serialization still has the issue with referenced types, and with dictionaries the key type is forced to a string.
That means that some parts of your dictionary could change.
For storage of Dictionaries in another way the "chain" feature can be used.
That way all the data stored on Redis will keep the same performance as all other operations.
There for it's it's feature that could work in some use-cases but not all.
Updated Readme
Updated Readme, new release for pypi