nyagato-00 / predictor

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

How does the lua processing technique "blocks" redis? #43

Open flaviokr opened 5 years ago

flaviokr commented 5 years ago

Hi everyone,

The Readme states that the lua processing technique is substantially faster than the :ruby technique, but blocks the Redis server while each set of calculations are run

How does it "blocks" redis? For example, I have a bunch Sidekiq processes that are always accessing my redis instance, will the calculations interfere with that?

Thanks