class
   Turnir::ChatStorage::Storage
  
  - Turnir::ChatStorage::Storage
- Reference
- Object
Defined in:
turnir/chat_storage/storage.crConstant Summary
- 
        MESSAGES_LIMIT = 5000
Constructors
Instance Method Summary
- #add_message(msg : Turnir::ChatStorage::Types::ChatMessage)
- #clear
- #get_last_message_ts(channel : String) : Int64
- #get_messages(channel : String, since : Int64, text_filter : String)
- #last_access : Time
- #last_access=(last_access : Time)
- #should_stop?
- #stop_timeout : Time::Span
- #stop_timeout=(stop_timeout : Time::Span)
- #storage : Array(Turnir::ChatStorage::Types::ChatMessage)
- #storage=(storage : Array(Turnir::ChatStorage::Types::ChatMessage))
- #storage_mutex : Mutex
- #storage_mutex=(storage_mutex : Mutex)