Skip to content

Releases: Attumm/redis-dict

v2.0.2

31 Mar 11:34
bed537d
Compare
Choose a tag to compare
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

20 Feb 13:20
392eb70
Compare
Choose a tag to compare

Updated future package

Added experimental support for lists and dictionaries.

05 Dec 10:10
7fd7631
Compare
Choose a tag to compare

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

20 Jul 13:33
51e02f4
Compare
Choose a tag to compare

Updated Readme, new release for pypi

v1.5.1

01 Jul 18:56
Compare
Choose a tag to compare
Bumped version

v1.4

31 May 21:10
Compare
Choose a tag to compare
v1.4