nyagato-00 / predictor

Fast and efficient recommendations and predictions using Redis
MIT License
502 stars 41 forks source link

TODO: Try moving processing logic to a Lua script. #11

Open chanks opened 10 years ago

chanks commented 10 years ago

Maybe try to run the script in batches so that a long-running Lua script doesn't tie up Redis for other uses. Also need some benchmarks for all this.