> For the complete documentation index, see [llms.txt](https://notes.cavementech.com/pentesting-quick-reference/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://notes.cavementech.com/pentesting-quick-reference/redis-6379.md).

# Redis (6379)

### Redis-cls

```shell
sudo apt-get install redis-tools
```

`redis-cls -h 192.168.2.2`

<pre class="language-shell"><code class="lang-shell"><strong>select 0// Select database
</strong></code></pre>

`keys *`
