floxide-redis 3.2.2

Redis implementation for Floxide distributed workflow system
Documentation
[dependencies.async-trait]
version = "0.1.77"

[dependencies.chrono]
features = ["serde"]
version = "0.4.34"

[dependencies.floxide-core]
version = "=3.2.2"

[dependencies.futures]
version = "0.3.29"

[dependencies.rand]
version = "0.8.5"

[dependencies.redis]
features = ["tokio-comp", "connection-manager", "json"]
version = "0.24.0"

[dependencies.serde]
features = ["derive", "derive"]
version = "1.0.196"

[dependencies.serde_json]
version = "1.0.112"

[dependencies.thiserror]
version = "1.0.58"

[dependencies.tokio]
features = ["full", "time"]
version = "1.43"

[dependencies.tracing]
version = "0.1.40"

[dependencies.uuid]
features = ["v4", "serde", "v4"]
version = "1.6.1"

[dev-dependencies.testcontainers]
version = "0.23.3"

[dev-dependencies.tokio]
features = ["full", "full", "test-util"]
version = "1.43"

[dev-dependencies.tracing-subscriber]
features = ["env-filter"]
version = "0.3.18"

[[example]]
name = "redis_distributed_example"
path = "examples/redis_distributed_example.rs"

[lib]
name = "floxide_redis"
path = "src/lib.rs"

[package]
authors = ["Floxide Contributors"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Redis implementation for Floxide distributed workflow system"
edition = "2021"
license = "MIT"
name = "floxide-redis"
publish = true
readme = false
repository = "https://github.com/aitoroses/floxide"
version = "3.2.2"

[[test]]
name = "context_store"
path = "tests/context_store.rs"

[[test]]
name = "error_store"
path = "tests/error_store.rs"

[[test]]
name = "helpers"
path = "tests/helpers.rs"

[[test]]
name = "liveness_store"
path = "tests/liveness_store.rs"

[[test]]
name = "metrics_store"
path = "tests/metrics_store.rs"

[[test]]
name = "run_info_store"
path = "tests/run_info_store.rs"

[[test]]
name = "work_item_store"
path = "tests/work_item_store.rs"

[[test]]
name = "work_queue"
path = "tests/work_queue.rs"