# Essentials

- [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: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://redis-cache.ortusbooks.com/essentials.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.
