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
The Processor.VisitValues function expects it.Next() to be called before accessing any keys. The redisIterator doesn't behave this way and will instead skip over the first key.