Fully managed and integrated with Google Cloud, Azure, and AWS.
Build the fastest, most reliable GenAI apps with our advanced vector database.
Self-managed software with enterprise-grade compliance and reliability.
Synchronize data in near-real time to make data fast—without writing code.
In-memory database for caching & streaming.
Tools to interact with a Redis server
You can use several tools to connect to a Redis server, to manage it and interact with the data:
redis-cli
command line toolThe Redis command line interface (also known as redis-cli
) is a terminal program that sends commands to and reads replies from the Redis server. It has the following two main modes:
redis-cli
is executed with additional arguments, and the reply is printed to the standard output.Redis Insight combines a graphical user interface with Redis CLI to let you work with any Redis deployment. You can visually browse and interact with data, take advantage of diagnostic tools, learn by example, and much more. Best of all, Redis Insight is free.
Redis for VS Code is an extension that allows you to connect to your Redis databases from within Microsoft Visual Studio Code. After connecting to a database, you can view, add, modify, and delete keys, and interact with your Redis databases using a Redis Insight like UI and also a built-in CLI interface.