Redis
Constants
MAX_KEY_SIZE = (ENV["FACET_MAX_KEY_SIZE"]?.try(&.to_i) || (1024 * 1024)).to_i32
Size limits (configurable via environment variables)
MAX_VALUE_SIZE = (ENV["FACET_MAX_VALUE_SIZE"]?.try(&.to_i) || ((512 * 1024) * 1024)).to_i64
Nested types
- Redis::CapturingConnection
- Redis::CommandHandler
- Redis::Connection
- Redis::ConnectionError
- Redis::DataValue
- Redis::Database
- Redis::DatabaseId
- Redis::DatabaseInfo
- Redis::DatabaseManager
- Redis::Entry
- Redis::HashType
- Redis::KeyTooLargeError
- Redis::ListType
- Redis::NumericConversions
- Redis::OverflowError
- Redis::ParseError
- Redis::RegexCache
- Redis::RespParser
- Redis::RespSerializer
- Redis::RespType
- Redis::RespValue
- Redis::Server
- Redis::SetOptions
- Redis::SetType
- Redis::SortedSetType
- Redis::ValueTooLargeError
- Redis::WrongTypeError