Then just reuse the redis result (reply) ids (e.g., static strings), likely you do not need to work with more than 2-3 results at the same time.

I was finding an issue with array results, actually. But I can see how your reasoning still works, in that as long as arrays are bounded in length, there should be a limit at some point.

One final question then - is the ID space separate between workers? i.e. can worker 1 use ID 1 and worker 2 use ID 1 without worrying about colliding with each other?


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.