Quick reference guide to essential Redis data structures and operations.
Tag: Redis
Articles tagged with Redis. Showing 33 articles.
Chapters
Learn how to integrate a database and caching service into your Dockerized application using PostgreSQL and Redis.
Learn about Redis LangCache, a managed semantic caching service for AI applications to reduce LLM costs and improve response times.
Explains the principles and implementation of semantic caching using Redis LangCache, focusing on embeddings and vector similarity.
Learn how to interact with LangCache using Node.js and Python, including initialization, storing prompts and responses.
Learn advanced features and optimization techniques for Redis LangCache to improve cache performance, cost efficiency, and relevance in AI …
Build a cached LLM chatbot using Redis LangCache to minimize expensive API calls.
Learn how to optimize a RAG application using LangCache for faster response times and reduced costs.
Introduction to Redis, an in-memory data structure store used for caching and real-time applications.
A step-by-step guide to setting up a Redis environment for Node.js and Python applications.
Explains Redis Hashes, their structure, benefits, and basic CRUD operations.
Explains Redis Lists, their operations, and use cases.