Docs.rs
  • reredis-0.1.0-alpha.2
    • reredis 0.1.0-alpha.2
    • Permalink
    • Docs.rs crate page
    • Links
    • Homepage
    • Documentation
    • Repository
    • crates.io
    • Source
    • Owners
    • huangjiahua
    • Dependencies
      • chrono ^0.4.7 normal
      • env_logger ^0.6.2 normal
      • log ^0.4.0 normal
      • mio ^0.6.19 normal
      • murmurhash64 ^0.3.1 normal
      • nix ^0.15.0 normal
      • rand ^0.7.0 normal
      • signal-hook ^0.1.10 normal
      • redis ^0.12.0 dev
      • threadpool ^1.7.1 dev
    • Versions
    • 0% of the crate is documented
  • Platform
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • 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

reredis0.1.0-alpha.2

Module command

Module Items

  • Structs
  • Constants
  • Functions

In crate reredis

reredis

Module command

Source

Structs§

Command

Constants§

CMD_BULK
CMD_DENY_OOM
CMD_INLINE

Functions§

auth_command
bgsave_command
command_command
dbsize_command
decr_by_command
decr_command
del_command
echo_command
exists_command
expire_command
flushall_command
flushdb_command
get_command
get_set_command
incr_by_command
incr_command
incr_decr_command
info_command
keys_command
lastsave_command
lindex_command
llen_command
lookup_command
lpop_command
lpush_command
lrange_command
lrem_command
lset_command
ltrim_command
mget_command
monitor_command
move_command
object_command
object_encoding_command
ping_command
push_generic_command
randomkey_command
rename_command
rename_general_command
renamenx_command
rpop_command
rpush_command
sadd_command
save_command
scard_command
sdiff_command
sdiffstore_command
select_command
set_command
setnx_command
shutdown_command
sinter_command
sinterstore_command
sismember_command
slaveof_command
smembers_command
smove_command
sort_command
spop_command
srem_command
sunion_command
sunionstore_command
sync_command
to_int_if_needed
ttl_command
type_command