Hacker News new | ask | show | jobs
by misterman0 2648 days ago
"basically no gain"

My payload are lists of int64's. I need to do set operations on those lists before sending the result over the wire. If you advise against embedding redis, can I instead embed my logic in redis? As a filter of sorts?

1 comments

You can run Lua natively in Redis.