Skip to content

Commit c3cbaf1

Browse files
committed
DEV: fix keyspace notifications typo
1 parent e5767d7 commit c3cbaf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/develop/pubsub/keyspace-notifications.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ Different commands generate different kind of events according to the following
104104
* [`DEL`]({{< relref "/commands/del" >}}) generates a `del` event for every deleted key.
105105
* [`EXPIRE`]({{< relref "/commands/expire" >}}) and all its variants ([`PEXPIRE`]({{< relref "/commands/pexpire" >}}), [`EXPIREAT`]({{< relref "/commands/expireat" >}}), [`PEXPIREAT`]({{< relref "/commands/pexpireat" >}})) generate an `expire` event when called with a positive timeout (or a future timestamp). Note that when these commands are called with a negative timeout value or timestamp in the past, the key is deleted and only a `del` event is generated instead.
106106
* [`HDEL`]({{< relref "/commands/hdel" >}}) generates a single `hdel` event, and an additional `del` event if the resulting hash is empty and the key is removed.
107-
* [`HEXPIRE`]({{< relref "/commands/hexpire" >}}) and all its variants ([`HEXPIREAT`]({{< relref "/commands/hpexpireat" >}}), [`HPEXPIRE`]({{< relref "/commands/hpexpire" >}}), [`HPEXPIREAT`]({{< relref "/commands/hpexpireat" >}})) generate `hexpire` events. Furthermore, `hexpired` events are generated when fields expire.
107+
* [`HEXPIRE`]({{< relref "/commands/hexpire" >}}) and all its variants ([`HEXPIREAT`]({{< relref "/commands/hpexpireat" >}}), [`HPEXPIRE`]({{< relref "/commands/hpexpire" >}}), [`HPEXPIREAT`]({{< relref "/commands/hpexpireat" >}})) generate `hexpired` events. Furthermore, `hexpired` events are generated when fields expire.
108108
* [`HINCRBYFLOAT`]({{< relref "/commands/hincrbyfloat" >}}) generates an `hincrbyfloat` event.
109109
* [`HINCRBY`]({{< relref "/commands/hincrby" >}}) generates an `hincrby` event.
110110
* [`HPERSIST`]({{< relref "/commands/hpersist" >}}) generates an `hpersist` event.

0 commit comments

Comments
 (0)