Skip to content

Commit

Permalink
Fixed url links in valkey.conf (#320)
Browse files Browse the repository at this point in the history
Signed-off-by: Ping Xie <[email protected]>
Signed-off-by: Madelyn Olson <[email protected]>
Co-authored-by: Madelyn Olson <[email protected]>
  • Loading branch information
PingXie and madolson committed Apr 15, 2024
1 parent 763c373 commit 9e61851
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions valkey.conf
Original file line number Diff line number Diff line change
Expand Up @@ -824,7 +824,7 @@ replica-priority 100
# this is used in order to send invalidation messages to clients. Please
# check this page to understand more about the feature:
#
# https://redis.io/topics/client-side-caching
# https://valkey.io/topics/client-side-caching
#
# When tracking is enabled for a client, all the read only queries are assumed
# to be cached: this will force the server to store information in the invalidation
Expand Down Expand Up @@ -1002,7 +1002,7 @@ replica-priority 100
# * stream - Data type: streams related.
#
# For more information about ACL configuration please refer to
# the Valkey web site at https://redis.io/topics/acl
# the Valkey web site at https://valkey.io/topics/acl

# ACL LOG
#
Expand Down Expand Up @@ -1371,7 +1371,7 @@ disable-thp yes
# If the AOF is enabled on startup the server will load the AOF, that is the file
# with the better durability guarantees.
#
# Please check https://redis.io/topics/persistence for more information.
# Please check https://valkey.io/topics/persistence for more information.

appendonly no

Expand Down Expand Up @@ -1755,7 +1755,7 @@ aof-timestamp-enabled no
# cluster-preferred-endpoint-type ip

# In order to setup your cluster make sure to read the documentation
# available at https://redis.io web site.
# available at https://valkey.io web site.

########################## CLUSTER DOCKER/NAT support ########################

Expand Down Expand Up @@ -1858,7 +1858,7 @@ latency-monitor-threshold 0
############################# EVENT NOTIFICATION ##############################

# The server can notify Pub/Sub clients about events happening in the key space.
# This feature is documented at https://redis.io/topics/notifications
# This feature is documented at https://valkey.io/topics/notifications
#
# For instance if keyspace events notification is enabled, and a client
# performs a DEL operation on key "foo" stored in the Database 0, two
Expand Down

0 comments on commit 9e61851

Please sign in to comment.