Skip to main content

redis_count

Task that increments a specified or well-known redis key.

def redis_count(
redis_key: string = "redis-count"
) - > null

Task that increments a specified or well-known redis key.

Parameters

NameTypeDescription
redis_keystring = "redis-count"The specific key in the Redis database to be incremented.

Returns

TypeDescription
nullThis function does not return a value; it performs an in-place increment on the Redis server.