bytechefhq / bytechefhq/bytechef
[component] Redis
- Dominant language
- Java
- Stars
- 1k
- Forks
- 170
- Avg merge
- 11h 25m
- Merged PRs (30d)
- 115
Description
## Summary
Introduce a new Redis component that provides actions for interacting with Redis key-value store.
### Actions
- **Delete** - Delete keys from Redis
- **Get** - Get values by key
- **Increment** - Increment numeric values
- **Info** - Get Redis server info
- **Keys** - List keys matching a pattern
- **List Length** - Get length of a list
- **Pop** - Pop elements from a list
- **Publish** - Publish messages to channels
- **Push** - Push elements to a list
- **Set** - Set key-value pairs with optional TTL and data type support
### Connection
- Redis connection with host, port, and authentication support
**Definition of Done:**
- [ ] Unit/Integration tests
- [ ] Connection setup steps
- [ ] Guidejar tutorial for connection setup
- [ ] Documentation
Contributor guide
Assessment
This issue has not been assessed yet.