Skip to content

Commit

Permalink
Use "key_name"
Browse files Browse the repository at this point in the history
  • Loading branch information
stevebauman committed Sep 24, 2024
1 parent 84d0ce4 commit 699b328
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ $visit = Visit::create([
This will create a new Redis hash in below format:

```
{plural_model_name}:{key_attribute}:{key_value}
{plural_model_name}:{key_name}:{key_value}
```

For example:
Expand Down

0 comments on commit 699b328

Please sign in to comment.