Skip to content
Snippets Groups Projects
Commit b7f07084 authored by Konstantin Osipov's avatar Konstantin Osipov
Browse files

Continue porting feature-index-2objc branch.

Use the index iterator API in memcached.m,
instead of hard-coded access to index internals,
which broke index abstraction.

This (temporarily) can (somewhat) break expire
in presense of SELECT command against memcached namespace,
since SELECT uses the same iterator.

Hopefully, it's only temporary, since we'll soon
be able to have more than one independent generic iterator
over the same index.
parent f7b61f79
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment