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. 08 Jul, 2022 1 commit
  2. 07 Jul, 2022 7 commits
  3. 06 Jul, 2022 11 commits
  4. 05 Jul, 2022 5 commits
  5. 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
  6. 01 Jul, 2022 4 commits
  7. 30 Jun, 2022 3 commits
  8. 29 Jun, 2022 2 commits
  9. 28 Jun, 2022 4 commits
  10. 27 Jun, 2022 2 commits