Redis tunnel
Доступно только по подписке.
Overview
Redis tunnel allows you to provide access to a Redis database and track executed queries in the inspector.
Redis tunnels are designed for debugging and working locally or in test environments, they do not support SSL connections. We do not recommend using this type of tunnels in production environments.
Examples
You can view all current flags, hints, and examples by calling help:
tuna redis --help
Almost all flags have corresponding environment variables.
Basic example
tuna redis 6379
With IP address
tuna redis 10.0.0.1:6379
С указанием токена
Можно указать специфичный токен через флаг --token или переменную окружения TUNA_TOKEN. Переопределение происходит в соответствии с политикой очерёдности конфигурации.
tuna redis 6379 --token=tt_***
С указанием региона для подключения
Можно указать специфичный регион через флаг --location/-l или переменную окружения TUNA_LOCATION. Переопределение происходит в соответствии с политикой очерёдности конфигурации.
tuna redis 6379 --location=nl