QuickDID is a high-performance AT Protocol identity resolution service written in Rust. It provides handle-to-DID resolution with Redis-backed caching and queue processing.
1//! Lexicon resolution with caching support.
2//!
3//! This module provides implementations for resolving AT Protocol lexicons (NSIDs)
4//! to their schemas with various caching strategies.
56modredis;78pubuseredis::{create_redis_lexicon_resolver,create_redis_lexicon_resolver_with_ttl};