Skip to content

Commit d56c0a0

Browse files
committed
removed dupe paragraph
1 parent ad9564e commit d56c0a0

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

articles/azure-cache-for-redis/cache-troubleshoot-data-loss.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ expired_keys:46583
5858
db0:keys=3450,expires=2,avg_ttl=91861015336
5959
```
6060

61-
You can also look at diagnostic metrics for your cache, to see if there's a correlation between when the key went missing and a spike in expired keys. See the Appendix of [Debugging Redis Keyspace Misses](https://gist.github.com/JonCole/4a249477142be839b904f7426ccccf82#appendix) for information about using `keyspace` notifications or `MONITOR` to debug these types of issues.
61+
This resource provides details on using `keyspace` notifications or `MONITOR` to debug these types of issues. For information about using diagnostic metrics to see if there's a correlation between when the key went missing and a spike in expired keys, see the Appendix of [Debugging Redis Keyspace Misses](https://gist.github.com/JonCole/4a249477142be839b904f7426ccccf82#appendix).
6262

6363
### Key eviction
6464

@@ -72,11 +72,9 @@ You can monitor the number of evicted keys by using the [INFO](https://redis.io/
7272
evicted_keys:13224
7373
```
7474

75-
You can also look at diagnostic metrics for your cache, to see if there's a correlation between when the key went missing and a spike in evicted keys. See the Appendix of [Debugging Redis Keyspace Misses](https://gist.github.com/JonCole/4a249477142be839b904f7426ccccf82#appendix) for information about using keyspace notifications or **MONITOR** to debug these types of issues.
76-
7775
### Key deletion
7876

79-
Redis clients can issue the [DEL](https://redis.io/commands/del) or [HDEL](https://redis.io/commands/hdel) command to explicitly remove keys from Azure Cache for Redis. You can track the number of delete operations by using the [INFO](https://redis.io/commands/info) command. If **DEL** or **HDEL** commands have been called, they'll be listed in the `Commandstats` section.
77+
Redis clients can issue the [DEL](https://redis.io/commands/del) or [HDEL](https://redis.io/commands/hdel) command to explicitly remove keys from Azure Cache for Redis. You can track the number of delete operations by using the [INFO](https://redis.io/commands/info) command. If **DEL** or **HDEL** commands have been called, they are listed in the `Commandstats` section.
8078

8179
```azurecli-interactive
8280
# Commandstats

articles/azure-cache-for-redis/managed-redis/managed-redis-troubleshoot-data-loss.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ expired_keys:46583
5959
db0:keys=3450,expires=2,avg_ttl=91861015336
6060
```
6161

62-
You can also look at diagnostic metrics for your cache, to see if there's a correlation between when the key went missing and a spike in expired keys. See the Appendix of [Debugging Redis Keyspace Misses](https://gist.github.com/JonCole/4a249477142be839b904f7426ccccf82#appendix) for information about using `keyspace` notifications or `MONITOR` to debug these types of issues.
62+
6363

6464
### Key eviction
6565

0 commit comments

Comments
 (0)