Skip to content

Commit 0fe83fc

Browse files
committed
enable key notifications in CI
1 parent d1ff984 commit 0fe83fc

17 files changed

Lines changed: 31 additions & 16 deletions

tests/RedisConfigs/3.0.503/redis.windows-service.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -829,7 +829,7 @@ latency-monitor-threshold 0
829829
# By default all notifications are disabled because most users don't need
830830
# this feature and the feature has some overhead. Note that if you don't
831831
# specify at least one of K or E, no events will be delivered.
832-
notify-keyspace-events ""
832+
notify-keyspace-events "AKE"
833833

834834
############################### ADVANCED CONFIG ###############################
835835

tests/RedisConfigs/3.0.503/redis.windows.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -829,7 +829,7 @@ latency-monitor-threshold 0
829829
# By default all notifications are disabled because most users don't need
830830
# this feature and the feature has some overhead. Note that if you don't
831831
# specify at least one of K or E, no events will be delivered.
832-
notify-keyspace-events ""
832+
notify-keyspace-events "AKE"
833833

834834
############################### ADVANCED CONFIG ###############################
835835

tests/RedisConfigs/Basic/primary-6379-3.0.conf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ maxmemory 6gb
66
dir "../Temp"
77
appendonly no
88
dbfilename "primary-6379.rdb"
9-
save ""
9+
save ""
10+
notify-keyspace-events AKE

tests/RedisConfigs/Basic/primary-6379.conf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ dir "../Temp"
77
appendonly no
88
dbfilename "primary-6379.rdb"
99
save ""
10-
enable-debug-command yes
10+
enable-debug-command yes
11+
notify-keyspace-events AKE

tests/RedisConfigs/Basic/replica-6380.conf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ maxmemory 2gb
77
appendonly no
88
dir "../Temp"
99
dbfilename "replica-6380.rdb"
10-
save ""
10+
save ""
11+
notify-keyspace-events AKE

tests/RedisConfigs/Basic/secure-6381.conf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ databases 2000
44
maxmemory 512mb
55
dir "../Temp"
66
dbfilename "secure-6381.rdb"
7-
save ""
7+
save ""
8+
notify-keyspace-events AKE

tests/RedisConfigs/Basic/tls-ciphers-6384.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ tls-protocols "TLSv1.2 TLSv1.3"
99
tls-cert-file /Certs/redis.crt
1010
tls-key-file /Certs/redis.key
1111
tls-ca-cert-file /Certs/ca.crt
12+
notify-keyspace-events AKE

tests/RedisConfigs/Cluster/cluster-7000.conf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ cluster-node-timeout 5000
66
appendonly yes
77
dbfilename "dump-7000.rdb"
88
appendfilename "appendonly-7000.aof"
9-
save ""
9+
save ""
10+
notify-keyspace-events AKE

tests/RedisConfigs/Cluster/cluster-7001.conf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ cluster-node-timeout 5000
66
appendonly yes
77
dbfilename "dump-7001.rdb"
88
appendfilename "appendonly-7001.aof"
9-
save ""
9+
save ""
10+
notify-keyspace-events AKE

tests/RedisConfigs/Cluster/cluster-7002.conf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ cluster-node-timeout 5000
66
appendonly yes
77
dbfilename "dump-7002.rdb"
88
appendfilename "appendonly-7002.aof"
9-
save ""
9+
save ""
10+
notify-keyspace-events AKE

0 commit comments

Comments
 (0)