Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To see the keys inside Redis on Azure, click on Overview > Console.

...

All keys

Code Block
keys *

All CAMMS-SMMAC View all CAM specific keys

Code Block
keysSCAN 0 COUNT 1000 MATCH cam*

Values View values in key

Code Block
hgetall camms-user-profile-d3b11200-3a7f-4640-9c8c-6430950e9253

To delete a specific key

Code Block
DEL camms-user-profile-d3b11200-3a7f-4640-9c8c-6430950e9253

...