nextml / NEXT

NEXT is a machine learning system that runs in the cloud and makes it easy to develop, evaluate, and apply active learning in the real-world. Ask better questions. Get better results. Faster. Automated.
http://nextml.org
Apache License 2.0
160 stars 54 forks source link

ENH: adds Redis support for fast in memory cache #153

Closed stsievert closed 7 years ago

stsievert commented 7 years ago

Adds butler.memory, a Redis cache with fast in memory access.

stsievert commented 7 years ago

We need to test this. We should give a proper framework for testing new components that we add.

Also adds butler.memory.lock.

stsievert commented 7 years ago

Redis came from the large dataset encountered by @BhargavaA, the lock came from issues of @sumeetsk.