mirror of
https://github.com/xcat2/confluent.git
synced 2026-01-12 19:12:37 +00:00
gdbm backend does not support the 'iterkeys' interface directly, requiring instead to manually traverse. Unfortunately, dbhash does not implement the gdbm interface for this, so we have to have two codepaths.