AnotherRedisDesktopManager icon indicating copy to clipboard operation
AnotherRedisDesktopManager copied to clipboard

Custom formatter fails with too long command line

Open dlidstrom opened this issue 2 years ago • 2 comments

OS

Windows

VERSION

1.6.1

ISSUE DESCRIPTION

The plugin functionality which allows use of a custom formatter of values is great. However, it may happen that the command line is too long.

image

This could be improved if the contents that are specified on the command line were instead written to a file, and the filename was provided on the command line to the custom application.

dlidstrom avatar Sep 05 '23 12:09 dlidstrom

good idea, I'll consider it, on the way!

qishibo avatar Sep 10 '23 01:09 qishibo

@qishibo If you add a template variable for the server host, {HOST}, then the custom visualizer program can be configured to access the Redis host directly. It can then download the value from Redis itself and output it to stdout as usual, after decompressing or whatever. That might be easier than what I suggested first. What do you think?

dlidstrom avatar May 07 '24 10:05 dlidstrom