1

I'm trying to figure out how to modify tap_example.py to get me a list of all keys in my Membase instance, but I'm having trouble getting started.

I think I need to set TAP_FLAG_DUMP somewhere, but I'm not sure where, and can't find any relevant documentation. Any ideas?

Dominic Rodger
  • 97,747
  • 36
  • 197
  • 212

1 Answers1

1

Turns out I needed to do two things:

  1. Use port 11210 to use TAP, per a comment from Perry Krug here.
  2. Modify tap.py correctly, and memcachedConstants.py too - per here.
Dominic Rodger
  • 97,747
  • 36
  • 197
  • 212