changelog shortlog graph tags branches changeset file revisions annotate raw help

Mercurial > core / lisp/lib/rdb/pkg.lisp

revision 113: afcb1f02bb66
parent 112: 430e69339ac3
child 150: 8d6c4a54fcbe
     1.1--- a/lisp/lib/rdb/pkg.lisp	Tue Dec 19 18:10:02 2023 -0500
     1.2+++ b/lisp/lib/rdb/pkg.lisp	Tue Dec 19 21:29:50 2023 -0500
     1.3@@ -17,13 +17,15 @@
     1.4    :with-errptr
     1.5    :rdb-error
     1.6    :open-db-error
     1.7+   :open-backup-engine-error
     1.8    :destroy-db-error
     1.9+   :destroy-backup-engine-error
    1.10    :rocksdb-error
    1.11    :rdb-user-error
    1.12    :put-kv-error
    1.13    :get-kv-error
    1.14    :handle-errptr
    1.15-   ;; util
    1.16+   ;; raw
    1.17    :make-rocksdb-options :default-rocksdb-options
    1.18    :open-db-raw :with-open-db-raw
    1.19    :close-db-raw :destroy-db-raw
    1.20@@ -48,7 +50,10 @@
    1.21    :get-opt :set-opt
    1.22    :push-cf :init-db
    1.23    :insert-kv :insert-key
    1.24-   :make-db :open-db :close-db :destroy-db
    1.25+   :open-db :close-db :destroy-db
    1.26+   ;; sst
    1.27+   :sst-file
    1.28+   :sst-stream
    1.29    ;; obj
    1.30    :rdb :make-rdb :create-db
    1.31    :rdb-db :rdb-name :rdb-cfs :rdb-opts