Update wiki Home page for redis-source

gitea_admin 2026-03-11 14:39:43 +00:00
parent b601fb2c77
commit ea08946aef

36
Home.md

@ -1,21 +1,29 @@
# Deploy the Project on CamelX Platform # Redis Source
Deploy on CamelX Platform in three steps Get Events from a Redis cache
## Step 1: Create a release ## Metadata
From the project space, click on **"Create a release"**
The new version is automatically available in the list | Property | Value |
|----------|-------|
| Type | source |
| Group | Redis |
| Namespace | Cache |
| Support Level | Stable |
| Provider | Apache Software Foundation |
## Step 2: Deploy ## Properties
Click on **"Deploy"**
- **Version:** Select the desired release | Name | Type | Required | Default | Description |
- **Environment:** Choose `Development`, `Staging`, or `Production` |------|------|----------|---------|-------------|
- **Configuration:** Select the configuration source | `redisHost` | string | ✓ | | The host where Redis server is running |
- **Resources:** Set CPU and Memory | `redisPort` | integer | ✓ | | The port where Redis server is running |
| `command` | string | | `SUBSCRIBE` | Redis Command |
| `channels` | string | ✓ | `one` | Redis Channels |
| `serializer` | string | | `org.springframework.data.redis.serializer.StringRedisSerializer` | RedisSerializer fully qualified name implementation |
## Step 3: Expose ## Dependencies
Enable **"Expose"**
Choose an **API Gateway** (Internal, Public, etc.) - `camel:kamelet`
- `camel:core`
- `camel:spring-redis`