Skip to main content

Redis Connector

Redis Manage items in a Redis database

Connections

Redis Connection

Authenticate requests to a Redis server.

InputCommentsDefault
HostProvide the string value for the host of the server.192.168.0.1
PortThe port of the redis server.
Password
Username
DatabaseSelect a logical database to connect to.
Use TLSSet to true to enable TLS for the connection.false
Client KeyProvide the client key for the TLS connection.
Client CertificateProvide the client certificate for the TLS connection.
CA CertificateProvide the CA certificate for the TLS connection. If not provided, the connection will not be verified.

Actions

Delete Key

Delete the value of a key

InputCommentsDefault
KeyProvide a string value for key of the item.
Connection

Flush All

Delete all the keys of all the existing databases, not just the currently selected one

InputCommentsDefault
Connection

Get

Get the value of a key

InputCommentsDefault
Connection
KeyProvide a string value for key of the item.

Get Time

Get the local time of the redis server

InputCommentsDefault
Connection

Keys

Returns all keys matching a specified pattern

InputCommentsDefault
KeyProvide a string value for key of the item.
Connection

Ping

Send a ping to the redis server

InputCommentsDefault
Connection

Set

Set the value of a key

InputCommentsDefault
KeyProvide a string value for key of the item.
ValueProvide a string for the value to be set.
Connection