# Ortus Redis Cache

## Ortus Redis Cache

- [Introduction](https://redis-cache.ortusbooks.com/readme.md): The Ortus Redis Extension is a native Lucee Extension that allows your CFML server to connect to a Redis/Cluster and leverage it for built-in caching, session storage, Pub/Sub Messaging, and much more
- [Release History](https://redis-cache.ortusbooks.com/intro/release-history.md): A collection of all the major releases of this extension
- [What's new with 3.5.x](https://redis-cache.ortusbooks.com/intro/release-history/whats-new-with-3.5.x.md)
- [What's New With 3.0.0](https://redis-cache.ortusbooks.com/intro/release-history/whats-new-with-3.0.0.md): July 19, 2023
- [What's New With 2.2.0](https://redis-cache.ortusbooks.com/intro/release-history/whats-new-with-2.2.0.md): April 1, 2023
- [What's New With 2.1.0](https://redis-cache.ortusbooks.com/intro/release-history/whats-new-with-2.1.0.md): March 21, 2023
- [What's New With 2.x](https://redis-cache.ortusbooks.com/intro/release-history/whats-new-with-2.0.0.md)
- [Changelog](https://redis-cache.ortusbooks.com/intro/release-history/changelog.md): All notable changes to this project will be documented in this file.
- [About This Book](https://redis-cache.ortusbooks.com/intro/about-this-book.md)
- [Installation](https://redis-cache.ortusbooks.com/essentials/installation.md): Getting started with the Ortus Redis Extension
- [Configuration](https://redis-cache.ortusbooks.com/essentials/configuration.md): Learn how to configure the extension for operation
- [Usage](https://redis-cache.ortusbooks.com/essentials/usage.md)
- [CFML](https://redis-cache.ortusbooks.com/essentials/usage/cfml.md): Use Redis from CFML natively
- [Distributed Locking](https://redis-cache.ortusbooks.com/essentials/usage/distributed-locking.md): Introduced in version 3.3.0, the \<cfRedisLock>  tag offers distributed locking for clustered instances.
- [RAM Resources](https://redis-cache.ortusbooks.com/essentials/usage/ram-resources.md): Use Redis as a virtual file storage
- [Scope Storage](https://redis-cache.ortusbooks.com/essentials/usage/scope-storage.md): Use Redis for session distribution
- [Direct Java API](https://redis-cache.ortusbooks.com/essentials/usage/direct-java-api.md): Go funky with the Redis extension
- [Publish/Subscribe](https://redis-cache.ortusbooks.com/essentials/pub-sub.md): Use Redis as a complete real-time messaging broker
- [Debugging](https://redis-cache.ortusbooks.com/essentials/debugging.md): Issues? We all have them, learn how to cope with them


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://redis-cache.ortusbooks.com/readme.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.
Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
