Docs.rs
  • redis-module-2.0.3
    • redis-module 2.0.3
    • Docs.rs crate page
    • BSD-3-Clause
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • gkorland
    • gavrie
    • redisfab
    • Dependencies
      • backtrace ^0.3 normal
      • bitflags ^2.1 normal
      • cfg-if ^1 normal
      • enum-primitive-derive ^0.1 normal
      • libc ^0.2 normal
      • linkme ^0.3 normal
      • nix ^0.26 normal
      • num-traits ^0.2 normal
      • redis-module-macros-internals ^2.0.3 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.65 build
      • cc ^1 build
    • Versions
    • 11.67% 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
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation
logo

logo

Module raw

  • Structs
  • Enums
  • Constants
  • Functions
?
Change settings

Module redis_module::raw

source ·

Re-exports

  • pub use crate::redisraw::bindings::*;

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_field_long_long
  • add_info_field_str
  • add_info_section
  • call_reply_array_element
  • call_reply_big_number
    Panics
  • call_reply_bool
    Panics
  • call_reply_double
    Panics
  • call_reply_integer
  • call_reply_length
  • call_reply_map_element
    Panics
  • call_reply_set_element
    Panics
  • call_reply_string
  • call_reply_string_ptr
  • call_reply_type
  • call_reply_verbatim_string
    Panics
  • close_key
  • export_shared_api⚠
    Safety
  • free_call_reply
  • get_keyspace_events
    Panics
  • 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⚠
    Safety
  • 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 the RedisString into the RDB
  • save_signed
  • save_slice
    Save the &[u8] into the RDB
  • 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