This project is mirrored from https://gitee.com/mirrors/nomad.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
  1. 09 Jul, 2022 4 commits
  2. 08 Jul, 2022 3 commits
  3. 07 Jul, 2022 12 commits
  4. 06 Jul, 2022 14 commits
  5. 05 Jul, 2022 5 commits
  6. 03 Jul, 2022 1 commit
    • Seth Hoenig's avatar
      boltdd: add iterate and prefix deletion helpers · 6bb52a54
      Seth Hoenig authored
      This PR adds 2 helper functions to the helpers/bbolt package
      
      - Iterate: iterate every key in a bucket. Automatically decodes the
      msg pack value into the provided value argument.
      
      - DeletePrefix: deletes every key in a bucket starting with a
      given prefix. Manages the wrapper's hash values accordingly. Uses
      a cursor & sync to operate efficiently.
      6bb52a54
  7. 01 Jul, 2022 1 commit