changelog shortlog graph tags branches changeset file revisions annotate raw help

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

revision 680: 5f88b237ce29
parent 679: 12287fab15d0
     1.1--- a/lisp/lib/rdb/pkg.lisp	Thu Sep 26 21:16:45 2024 -0400
     1.2+++ b/lisp/lib/rdb/pkg.lisp	Fri Sep 27 20:19:10 2024 -0400
     1.3@@ -46,6 +46,7 @@
     1.4    :sst-put-raw :sst-delete-raw :sst-delete-range-raw :sst-file-size-raw
     1.5    :sst-put-str-raw
     1.6    :open-sst-file :close-sst-file
     1.7+   :cf-name-raw :cf-id-raw
     1.8    ;; proto
     1.9    :find-cf
    1.10    :put-key :put-kv
    1.11@@ -119,10 +120,11 @@
    1.12    :rdb-cf-key-type
    1.13    :rdb-cf-val-type
    1.14    :close-cf
    1.15-   :open-cf
    1.16    :close-cfs
    1.17    :rdb-cf-opts
    1.18-   :with-latest-opts))
    1.19+   :with-latest-opts
    1.20+   :make-rdb-opts*
    1.21+   :load-opts))
    1.22 
    1.23 (in-package :rdb)
    1.24 (rocksdb:load-rocksdb nil)