AnotherRedisDesktopManager
AnotherRedisDesktopManager copied to clipboard
Enable exact search on Hash
OS
Mac
VERSION
1.5.5
ISSUE DESCRIPTION
When you currently search through a hash it scans it with *<field-search>* regex. Enable an exact search where it would only use HGET <key> <field-search>, just like the option introduced when searching through keys in a database.
good idea