|
|
|
|
|
by technoweenie
5552 days ago
|
|
It looks like our approaches are very different. Stratocaster stores lists of integer IDs, which Redis optimizes for pretty heavily. We're taking the list of IDs and doing a multi-get from either memcache or mysql. It looks like this lib uses Sets of the actual event data. It won't be able to take advantage of the same optimizations. |
|