Home / Companies / Upstash / Blog / February 2026

February 2026 Summaries

2 posts from Upstash

Filter
Month: Year:
Post Summaries Back to Blog
Upstash is introducing its new Redis Search extension, which represents a significant departure from their typical one-to-one mapping of Redis commands, using Tantivy, a Rust-based full-text search engine. This extension aims to address the limitations of existing search providers in the serverless space and is designed to integrate seamlessly with the Upstash Redis SDK. The tool utilizes a type-safe schema builder, akin to zod syntax, to define searchable fields and includes five main query operators: $smart for smart matching, $eq for exact equality, $phrase for phrase matching, $fuzzy for typo tolerance, and $regex for pattern matching. The new technology allows for boosting specific fields to prioritize certain matches and intends to make searches feel native to the platform. As Upstash continues to refine the product ahead of its official launch, future enhancements may include vector search integration and features like autocomplete and suggestions.
Feb 05, 2026 1,076 words in the original blog post.
Writing high-quality skills for AI coding assistants is a complex task that involves distilling documentation into concise, actionable instructions, capturing best practices, and keeping up with evolving library patterns. The Context7 Skill Wizard simplifies this process by guiding users through an interactive CLI flow that creates custom skills in five steps: describing expertise, selecting relevant documentation sources, answering clarifying questions, reviewing and refining the generated skill, and installing it to the desired IDE. This approach alleviates the tediousness of manual skill writing by grounding the skills in current, official documentation and providing a feedback loop for iterative refinement. The wizard not only supports multiple IDEs but is also continuously improved based on user feedback, with future plans to include scripts and references support, as well as direct publishing to a registry.
Feb 04, 2026 639 words in the original blog post.