// Redis: Delete a cache value
redis.del {
  key = "${1:key_to_be_deleted}"
}