Skip to content

Commit a4da863

Browse files
rossmedjmb
authored andcommitted
Update readme to include the 'five' available options for engine configuration
1 parent ec6b58c commit a4da863

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ If none of these are set, Solid Cache will use the `ActiveRecord::Base` connecti
9191

9292
### Engine configuration
9393

94-
There are three options that can be set on the engine:
94+
There are five options that can be set on the engine:
9595

9696
- `executor` - the [Rails executor](https://guides.rubyonrails.org/threading_and_code_execution.html#executor) used to wrap asynchronous operations, defaults to the app executor
9797
- `connects_to` - a custom connects to value for the abstract `SolidCache::Record` active record model. Required for sharding and/or using a separate cache database to the main app. This will overwrite any value set in `config/solid_cache.yml`
@@ -176,7 +176,7 @@ production:
176176

177177
## Enabling encryption
178178

179-
To encrypt the cache values, you can add set the encrypt property.
179+
To encrypt the cache values, you can add the encrypt property.
180180

181181
```yaml
182182
# config/solid_cache.yml

0 commit comments

Comments
 (0)