0

I've just created a dedicated (not shared) Redis instance on Azure, and it already shows that there are active connections and operations. I haven't even gotten the chance to connect to it myself, so I know I don't have any active connections. I have SSL only enabled.

Especially the total commands sums up to a total of 15.39k - how can this be?

The "Hits and misses" and "Gets and sets" are 0.

I have included a screenshot of the monitoring windows in Azure:

Screenshot of Metric: Total Commands, Connections and Memory Usage

David Makogon
  • 69,407
  • 21
  • 141
  • 189
thallium
  • 33
  • 1
  • 5

1 Answers1

0

The Azure Redis infrastructure connects to the cache regularly to verify that it is reachable (e.g. connectivity) and to also gather metrics around usage/statistics which are shown in the Azure portal, so this is expected behavior.

JonCole
  • 2,902
  • 1
  • 17
  • 19