> For the complete documentation index, see [llms.txt](https://ret2basic.gitbook.io/ctfnote/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ret2basic.gitbook.io/ctfnote/web/redis.md).

# Redis

## redis-cli

We use redis-cli for server access and interaction:

{% embed url="<https://redis.io/topics/rediscli>" %}
redis-cli
{% endembed %}

Install:

```bash
sudo apt install redis
```

## Reference

{% embed url="<https://book.hacktricks.xyz/pentesting/6379-pentesting-redis>" %}
Pentesting Redis - HackTricks
{% endembed %}
