Hacker News new | ask | show | jobs
by mkesper 810 days ago
With the LLM craze there are some setups abusing redis as a (vector) DB. Please don't! Redis is a cache and wants to keep everything in RAM, eating GBs of RAM with relatively few entries. Keeping that manageable is also non-trivial so please just use a sane option like postgres for anything like that. https://redis.io/docs/management/optimization/memory-optimiz...