|
|
|
|
|
by automatthew
5155 days ago
|
|
The short answer is: Use of synchronous Redis calls made it easier to develop and to experiment with storage patterns. Workers can be written in any language, which was another major design consideration. We have about a dozen types of worker right now; when we want to evaluate a new language, we can port just one. Alternatively, we can write any new worker types in an arbitrary language. Thus we're not married to JRuby. |
|