What's the alternative to using monitor? #1243
|
I see from #538 that monitor does not work and is not supported. It appears that there are no plans to support in the future either. What 's the alternative other than falling back to using redis instead of garnet? This is an issue for development work when you are trying to confirm what your applications are doing. |
Replies: 1 comment
|
We prefer using the dotnet tool called Installation details: https://www.nuget.org/packages/resp-cli/ |
We prefer using the dotnet tool called
resp-cli. Marc Gravell (@mgravell) added this feature: in--guimode, there's a new--proxyAPI. This is like the popularFiddlertool, but for RESP. You can observe the traffic of commands between the client and the server using this tool. The idea is that you tellresp-clito act as a proxy to (some server, optionally with TLS / client-certs), and your local app connects to the proxy; you can then observe all the operations in-flight.Installation details: https://www.nuget.org/packages/resp-cli/