# SiloBuilderReminderExtensions.UseRedisReminderService(ISiloBuilder, Action&lt;RedisReminderTableOptions&gt;)

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.reminders.redis/orleans.hosting.silobuilderreminderextensions/) | [Methods](/orleans/docs/api/csharp/microsoft.orleans.reminders.redis/orleans.hosting.silobuilderreminderextensions/methods/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Redis/Orleans.Reminders.Redis/Hosting/SiloBuilderReminderExtensions.cs#L29-L30)

```csharp
public static ISiloBuilder UseRedisReminderService(this ISiloBuilder builder, Action<RedisReminderTableOptions> configure)
```

Adds reminder storage backed by Redis.

### Parameters

- `builder` (`ISiloBuilder`): The builder.
- `configure` (`Action<RedisReminderTableOptions>`): The delegate used to configure the reminder store.

### Returns

The provided [ISiloBuilder](/orleans/docs/api/csharp/microsoft.orleans.runtime/orleans.hosting.isilobuilder/), for chaining.
