lcvista/Redis Key To List
Given a Redis Key, returns a list as output in Github Actions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| redis_endpoint | The cluster endpoint | yes | — |
| redis_key | Which key to retrieve | yes | — |
| limit | Max number of results | no | 255 |
| page | Which page of results | no | 1 |
| make_groups_not_pages | Whether to make groups instead of pagination | no | false |
Outputs
| name | description |
|---|---|
| list | The set of files in this partition |
| count | How many files in this partition |