Docs.rs
redis-module-2.0.7
redis-module 2.0.7
Permalink
Docs.rs crate page
BSD-3-Clause
Links
Repository
crates.io
Source
Owners
gkorland
gavrie
redisfab
Dependencies
backtrace ^0.3
normal
bitflags ^2
normal
cfg-if ^1
normal
enum-primitive-derive ^0.1
normal
libc ^0.2
normal
linkme ^0.3
normal
log ^0.4
normal
nix ^0.26
normal
num-traits ^0.2
normal
redis-module-macros-internals ^2.0.7
normal
regex ^1
normal
serde ^1
normal
strum_macros ^0.24
normal
anyhow ^1
dev
lazy_static ^1
dev
redis ^0.23
dev
bindgen ^0.66
build
cc ^1
build
Versions
15.92%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
redis_
module
2.0.7
In redis_
module::
raw
Structs
KeyMode
ModuleOptions
NotifyEvent
Version
Enums
Aux
CommandFlag
KeyType
ReplyType
Status
Where
Constants
FMT
REDISMODULE_HASH_DELETE
Functions
Export_RedisModule_Init
Export_RedisModule_InitAPI
add_info_begin_dict_field
add_info_end_dict_field
add_info_field_double
add_info_field_long_long
add_info_field_str
add_info_field_unsigned_long_long
add_info_section
call_reply_array_element
call_reply_big_number
call_reply_bool
call_reply_double
call_reply_integer
call_reply_length
call_reply_map_element
call_reply_set_element
call_reply_string
call_reply_string_ptr
call_reply_type
call_reply_verbatim_string
close_key
export_shared_api
free_call_reply
get_keyspace_events
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
notify_keyspace_event
open_key
register_info_function
replicate
replicate_verbatim
reply_with_array
reply_with_attribute
reply_with_big_number
reply_with_bool
reply_with_double
reply_with_error
reply_with_long_long
reply_with_map
reply_with_null
reply_with_set
reply_with_simple_string
reply_with_string
reply_with_string_buffer
reply_with_verbatim_string
save_double
save_float
save_redis_string
save_signed
save_slice
save_string
save_unsigned
set_expire
string_append_buffer
string_compare
string_dma
string_ptr_len
string_retain_string
string_set
string_to_double
string_to_longlong
string_truncate
subscribe_to_server_event
redis_module
::
raw
Function
free_call_reply
Copy item path
Settings
Help
Summary
Source
pub fn free_call_reply(reply:
*mut
RedisModuleCallReply
)