Actions Library 📚Make Calls 🔔RediscommandOn this page?commandSummary​Executes a Redis commandDescription​Fields​Database Connection​The Redis connection to use.Command Message​An array of strings which build the command. Examples:1. ["SET", "mykey", "hello"]2. ["GET", "mykey"]Helpful?YesNo