Docs.rs
  • valkey-module-0.1.2
    • valkey-module 0.1.2
    • Docs.rs crate page
    • BSD-3-Clause
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • dmitrypol
    • 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
      • regex ^1 normal
      • serde ^1 normal
      • strum_macros ^0.26 normal
      • valkey-module-macros-internals ^0.1.1 normal
      • anyhow ^1 dev
      • lazy_static ^1 dev
      • redis ^0.26 dev
      • valkey-module-macros ^0.1.1 dev
      • bindgen ^0.70 build
      • cc ^1 build
    • Versions
    • 13.85% 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

valkey_module0.1.2

Module configuration

Module Items

  • Structs
  • Traits
  • Functions

In crate valkey_module

Module valkey_module::configuration

source ·

Structs§

  • ConfigurationContext
    ConfigurationContext is used as a special context that indicate that we are running with the Valkey GIL is held but we should not perform all the regular operation we can perfrom on the regular Context.
  • ConfigurationFlags
    Configuration options

Traits§

  • ConfigurationValue
  • EnumConfigurationValue

Functions§

  • get_bool_default_config_value
  • get_enum_default_config_value
  • get_i64_default_config_value
  • get_string_default_config_value
  • module_config_get
  • module_config_set
  • register_bool_configuration
  • register_enum_configuration
  • register_i64_configuration
  • register_string_configuration