Docs.rs
redis-oxide-0.2.3
redis-oxide 0.2.3
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
nghiaphamln
Dependencies
async-trait ^0.1.83
normal
bytes ^1.8
normal
crc16 ^0.4.0
normal
deadpool ^0.12.1
normal
futures-util ^0.3
normal
hex ^0.4
normal
itoa ^1.0
normal
serde ^1.0
normal
sha1 ^0.10
normal
socket2 ^0.6.1
normal
thiserror ^2.0
normal
tokio ^1.41
normal
tracing ^0.1.41
normal
criterion ^0.7.0
dev
futures ^0.3
dev
proptest ^1.5
dev
testcontainers ^0.25.0
dev
testcontainers-modules ^0.13.0
dev
tokio-test ^0.4.4
dev
tracing-subscriber ^0.3.18
dev
Versions
100%
of the crate is documented
Platform
x86_64-apple-darwin
x86_64-pc-windows-msvc
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
conditional_set
redis_
oxide
0.2.3
conditional_
set
Sections
Arguments
In redis_
oxide::
script::
patterns
redis_oxide
::
script
::
patterns
Function
conditional_
set
Copy item path
Source
pub fn conditional_set() ->
Script
Expand description
Conditional set (SET if value matches)
ยง
Arguments
KEYS[1]: The key to set
ARGV[1]: Expected current value
ARGV[2]: New value to set