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
perf: optimize CLIENT SETINFO calls in SearchIndex.from_existing() (#358) (#395)
Reduces duplicate CLIENT SETINFO calls when creating an index from an
existing Redis index by tracking client validation state.
When a client is validated in from_existing(), the _client_validated
flag is set to prevent redundant validation in the property getter.
Addresses part of #358 by minimizing Redis command overhead during index
initialization.
0 commit comments