Tag
Ship That Code is a learning platform offering over 80 build-from-scratch courses to teach real systems like Redis, Git, and databases, with structured career paths and multiple languages.
Sohu has open-sourced its internal Redis cloud management platform, CacheCloud, which supports standalone, sentinel, and cluster modes. It offers one-click setup, monitoring alerts, elastic scaling, and more. The project has garnered nearly 9,000 stars on GitHub and is licensed under Apache-2.0.
Redis creator antirez is using Fable 5 to optimize Redis, signaling the tool's strength.
Encore announces embedding a Redis server directly into their runtime, simplifying development by eliminating the need for an external Redis instance.
The author argues for using memcached over Redis as a caching layer, highlighting its simplicity, ease of handling downtime, and straightforward clustering, contrasting with Redis's feature creep and tendency to be misused as a persistent database.
Salvatore Sanfilippo reflects on his earlier prediction that RAG would fade while raw vector search remains valuable, now that the RAG hype has subsided.
This open-source tutorial 'Build Your Own Redis' teaches you to implement a fully functional Redis server from scratch using C/C++, with in-depth explanations of network programming, data structures, and low-level C, accompanied by code and detailed instructions.
git-mem is a memory solution for AI agents that leverages git and redis for performance and audit logs, including a web UI and minimal dependencies.
EZRA is a lightweight, persistent task queue built on Erlang/OTP with SQLite storage. It exposes a Redis-compatible interface, allowing any Redis client to push and pop tasks without needing a Redis server.
Salvatore Sanfilippo (antirez) expresses serious excitement about DwarfStar, a new project for local AI inference, comparing it to the early days of Redis.
Maple service map now displays important stats and metrics for various databases including Redis, Postgres, Clickhouse, and MySQL.
Redis 8.8 is now available with a new array data structure, window counter rate limiter, subkey notifications for hash fields, multiple aggregators in time series queries, and significant performance improvements across various operations.
The author introduces Noosphere, an open-source memory and wiki layer for AI agents and humans, seeking feedback on its structured Postgres-backed memory, Redis-cached recall, and human-editable wiki pages.
RedisShake is an open-source tool for migrating Redis data with zero downtime, supporting multiple Redis versions, Valkey, and cloud services like Alibaba Cloud and AWS.
A comparison between Redis and Memcached covering data structures, performance, scalability, and operational considerations to help choose the right caching solution.
Redis creator antirez released ds4, a local inference engine optimized for DeepSeek V4 Flash with 2-bit quantization and support for 1M context KV cache on Metal and CUDA.
Mitchell Hashimoto observes that most technical decision-makers prioritize job security over innovation, leading them to adopt safe, trendy solutions like AI context engines rather than building defensible technology.
The article critiques Redis's recent strategic direction, highlighting conflicts over licensing changes, feature bloat, and its pivot toward an 'AI context engine' positioning. It analyzes how ambitious enterprise goals have impacted the project's openness and simplicity.
A new array data type is being added to Redis via a PR, and an interactive WASM-based playground has been built to experiment with the new commands.