Platform
Why
Pricing
Help Center
Tutorials
Block docs
Template
Home
Platform
Why
Pricing
Company
About us
Contact us
Help Center
Tutorials
Block docs
Template
Login
Sign up
We found 3 matches for: cache key
An overview of all cache key blocks currently available, updated daily!
cache: decr key
In-pins
flow
key
Name of the key to decrement, the cache key needs to be a numeric value!
number
Number to decrement given cache key with. The cache key needs to be a numeric value!
Out-pins
flow
number
error
cache: exists key
Returns true if the given cache key exists.
In-pins
flow
key
Out-pins
flow
exists
cache: incr key
In-pins
flow
key
Name of the key to increment, the cache key needs to be a numeric value!
number
Number to increment given cache key with.
Out-pins
flow
number
error