Docs.rs
redis-module-1.0.0
redis-module 1.0.0
Docs.rs crate page
BSD-3-Clause
Links
Repository
crates.io
Source
Owners
gkorland
gavrie
redisfab
Dependencies
backtrace ^0.3
normal
bitflags ^1.2
normal
enum-primitive-derive ^0.1
normal
libc ^0.2
normal
num-traits ^0.2
normal
regex ^1
normal
strum_macros ^0.23
normal
anyhow ^1.0.38
dev
redis ^0.21.0
dev
bindgen ^0.59
build
cc ^1.0
build
Versions
8.15%
of the crate is documented
Go to latest version
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
In redis_module::raw
In redis_module::raw
Structs
KeyMode
ModuleOptions
Version
Enums
Aux
CommandFlag
KeyType
ReplyType
Status
Where
Constants
FMT
REDISMODULE_HASH_DELETE
Functions
Export_RedisModule_Init
add_info_field_long_long
add_info_field_str
add_info_section
call_reply_array_element
call_reply_integer
call_reply_length
call_reply_string
call_reply_string_ptr
call_reply_type
close_key
free_call_reply
hash_del
hash_get_multi
hash_set
is_io_error
list_pop
list_push
load_double
load_float
load_signed
load_string
load_string_buffer
load_unsigned
open_key
register_info_function
replicate
replicate_verbatim
reply_with_array
reply_with_double
reply_with_error
reply_with_long_long
reply_with_string
save_double
save_float
save_signed
save_string
save_unsigned
set_expire
string_append_buffer
string_dma
string_ptr_len
string_retain_string
string_set
string_to_double
string_to_longlong
subscribe_to_server_event
?
Function
redis_module
::
raw
::
load_string_buffer
source
·
[
−
]
pub fn load_string_buffer(rdb:
*mut
RedisModuleIO
) ->
Result
<
RedisBuffer
,
Error
>