mirror of
https://github.com/xcat2/confluent.git
synced 2025-02-21 13:00: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.