Changeset [c3ad43f49a63d26703c0d61699f6cd009ae3b716] by Shayan Pooya
April 10th, 2014 @ 09:52 AM
redis scheme: Use a list of values instead of a single value.
There might be some duplicates in the (key, value) pairs and we
will need all of
those duplicates (not jsut one of them). Therefore, we have to use
a list.
In some applications, a single value for each key might be
enough. The list of
values works for those applications too.
https://github.com/discoproject/disco/commit/c3ad43f49a63d26703c0d6...
Committed by Shayan Pooya
- M lib/disco/schemes/scheme_redis.py
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Disco is an open-source implementation of the Map-Reduce framework for distributed computing. As the original framework, Disco supports parallel computations over large data sets on unreliable cluster of computers.