logo

Redis

Access local Redis from the internet

Steps to access local Redis from the internet

Step 1: Download LocalXpose
Windows
Linux
MacOS
Docker
Step 2: Start your Redis server (e.g. localhost:6379)
Step 3: Run LocalXpose form your terminal and point it to your Redis local address.
$ loclx tunnel tcp --port 6379 --to localhost:6379
This command will generate a publicly accessible address (e.g. us.loclx.io:6379) that you can use to access your Redis server.

Access your infrastructure securely without configuring the cloud

LocalXpose will create a secure tunnel to your network, so you can focus on your most important work.

By signing up, you agree to the
&
About Redis
Redis is an in-memory data structure store, used as a distributed, in-memory key–value database, cache and message broker, with optional durability. Redis supports different kinds of abstract data structures, such as strings, lists, maps, sets, sorted sets, HyperLogLogs, bitmaps, streams, and spatial indices.

Other apps