Skip to content

Commit 691729b

Browse files
authored
Update content/develop/use/keyspace-notifications.md
1 parent e78c4a0 commit 691729b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/develop/use/keyspace-notifications.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,8 @@ Different commands generate different kind of events according to the following
152152
* Every time a key with a time to live associated is removed from the data set because it expired, an `expired` event is generated.
153153
* Every time a key is evicted from the data set in order to free memory as a result of the `maxmemory` policy, an `evicted` event is generated.
154154
* Every time a new key is added to the data set, a `new` event is generated.
155-
* Every time a key is being overwritten an `overwritten` event is generated.
156-
* Every time a key's type changes a `type_changed` event is generated.
155+
* Every time a key is being overwritten, an `overwritten` event is generated.
156+
* Every time a key's type changes, a `type_changed` event is generated.
157157

158158
**IMPORTANT** all the commands generate events only if the target key is really modified. For instance an [`SREM`]({{< relref "/commands/srem" >}}) deleting a non-existing element from a Set will not actually change the value of the key, so no event will be generated.
159159

0 commit comments

Comments
 (0)