rosedblabs / rosedb

Lightweight, fast and reliable key/value storage engine based on Bitcask.

Home Page:https://rosedblabs.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

V2.3.2 Release Plan

roseduan opened this issue · comments

  • #274

  • #275

    • Ascend, Descend, etc.
  • add a function to support iterating all keys

  • #270

    • we can add two functions:
      • Expire(key []byte): set expire time for a key
      • TTL(key []byte): get the ttl of the key
  • #272