Docs.rs
redis-module-0.13.0
redis-module 0.13.0
Docs.rs crate page
BSD-3-Clause
Links
Repository
crates.io
Source
Owners
gkorland
gavrie
redisfab
Dependencies
bitflags ^1.2
normal
enum-primitive-derive ^0.1
normal
libc ^0.2
normal
num-traits ^0.2
normal
strum_macros ^0.19
normal
bindgen ^0.57
build
cc ^1.0
build
Versions
4.66%
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
☰
redis_module
::
raw
Structs
KeyMode
Enums
Aux
CommandFlag
KeyType
ReplyType
Status
Constants
FMT
REDISMODULE_HASH_DELETE
Functions
Export_RedisModule_Init
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
load_double
load_float
load_signed
load_string
load_string_buffer
load_unsigned
open_key
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_set
subscribe_to_server_event
ayu
dark
light
?
Function
redis_module
::
raw
::
free_call_reply
[
−
]
[src]
pub fn free_call_reply(reply:
*mut
RedisModuleCallReply
)