Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
rocksdb
v1.0.0
Top Level Namespace
RocksDB
Api
BinaryIterator
Commands
DB
Closable
Error
Iterator
NotFound
Options
RawMemory
ReadOptions
StringIterator
WriteOptions
Built with Crystal 1.9.2
2023-10-08 11:36:31 UTC
class
RocksDB::NotFound
RocksDB::NotFound
RocksDB::Error
Exception
Reference
Object
Defined in:
rocksdb/types.cr
Constructors
.new
(key : String)
.new
(key : Bytes)
Instance Method Summary
#key
: Slice(UInt8) | String
Constructor Detail
def self.
new
(key : String)
#
[
View source
]
def self.
new
(key : Bytes)
#
[
View source
]
Instance Method Detail
def
key
: Slice(UInt8) | String
#
[
View source
]