limpyd / redis-limpyd

Provide an easy way to store python objects in Redis, without losing the power and the control of the Redis API
https://redis-limpyd.readthedocs.org/
Do What The F*ck You Want To Public License
72 stars 11 forks source link

Reduce time due to usage of inspect #138

Closed twidi closed 4 years ago

twidi commented 4 years ago

We go from +10ms (sometimes +100ms) to -0.01ms for each redis model created...