Skip to content

Comment on Redis on steroids: Autocomplete using Redis, Nginx and Lua

Comments

I wonder if replacing nginx+lua with http://webd.is/ would be faster (and maybe easier to deploy)?

Could be.

We build something similar using node.js and it's working quite well. Perhaps we can open source that someday...

nginx+lua can be exceptionally fast. It's the basis for OpenResty, which is a consistent top-performer in the Web Framework Benchmarks (http://www.techempower.com/benchmarks/)

Webdis is a neat project, but I'd be a bit wary of deploying a custom HTTP server written just for Redis interactions. Nginx is battle-hardened.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.