Parent
Part of #414
Problem
#187 fixed sequential TYPE/TTL with Future.wait, but each SCAN batch of 100 keys still issues ~200 round-trips (TYPE + TTL per key). Concurrent ≠ pipelined.
Evidence
lib/features/redis/redis_keys_view.dart (_scanBatch, ~74–91)
Related
Follow-up to #187.
Acceptance
Suggested fix
Redis pipeline / MULTI-EXEC batching; or lazy metadata on visibility.
Parent
Part of #414
Problem
#187 fixed sequential TYPE/TTL with
Future.wait, but each SCAN batch of 100 keys still issues ~200 round-trips (TYPE + TTL per key). Concurrent ≠ pipelined.Evidence
lib/features/redis/redis_keys_view.dart(_scanBatch, ~74–91)Related
Follow-up to #187.
Acceptance
Suggested fix
Redis pipeline / MULTI-EXEC batching; or lazy metadata on visibility.