Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add support for all redis scaler list types #231

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/docs/2.0/scalers/redis-lists.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ go_file = "redis_scaler"

### Trigger Specification
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you update the scaler title and description please?


This specification describes the `redis` trigger that scales based on the length of a list in Redis.
This specification describes the `redis` trigger that scales based on the length of a list,hash,set or sorted-set in Redis.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you please make it a bit more readible please?

Suggested change
This specification describes the `redis` trigger that scales based on the length of a list,hash,set or sorted-set in Redis.
This specification describes the `redis` trigger that scales based on the length of a list, hash, set or sorted-set in Redis.


```yaml
tomkerkhove marked this conversation as resolved.
Show resolved Hide resolved
triggers:
Expand Down