bytechefhq / bytechefhq/bytechef

[component] Redis

Open
#4,445 0 comments 0 reactions 2 assignees Claimed by @marko-kriskovic View on GitHub
backend enhancement workflow-component
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.