Cache step feature request
Exactly like the Group step, but be able to specify Cache key and Cache time. Everything inside the Cache step is executed, and then whole final JSON is stored in Redis cache.
Next time this Cache step is executed, it first checks if it's cached in Redis and returns that.