Everything Engineering


Redis

🏎️ Building pre-owned Car Platform With Valkey - Part 2

In Part 1 of our series, we explored the foundational aspects of our platform’s performance optimization. We began by defining our business model, which combines a marketplace and inventory system to facilitate car sales. We detailed the user flow, including how users view ads, generate leads, and book test drives. Our primary focus was on enhancing the performance of individual car pages, where we discussed various strategies to reduce latency and improve load times.

🚗 Building blazingly fast pre-owned car platform with Valkey - Part 1

Introduction The content will cover how to leverage Valkey for serving web pages at blazingly fast speeds. This guide assumes you have some familiarity with backend technology. What is Valkey? Valkey is an open-source, high-performance key/value datastore licensed under BSD. It supports a variety of workloads such as caching, message queues, and can function as a primary database. Valkey can operate as a standalone daemon or in a cluster with options for replication and high availability.