kiddouk / redisco

A Python Library for Simple Models and Containers Persisted in Redis
MIT License
438 stars 78 forks source link

Performance tuning and some other stuff #28

Open mgalves opened 11 years ago

mgalves commented 11 years ago

Performance tuning:

Removed the Key object. Using a unicode subclass with dict syntax to append strings is counter intuitive. And in many cases those strings can be preprocessed.

Added a main file inside tests, to help running them from command line.