You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds the COLLECT_KEY_ANALYTICS command: the agent runs the same SCAN + per-key pipeline probe used by direct connections and returns a compact JSON payload, enabling Key Analytics (largest keys, hot keys, pattern aggregates, deep scan) for agent-connected databases.
Payload is bounded to the top-N keys per ranking signal (LFU / idle time / cardinality) so full-keyspace deep scans stay memory- and transfer-safe.
Mirrors the direct-connection collector exactly, keeping results consistent across connection types.