Versions in this module Expand all Collapse all v0 v0.0.2 Aug 11, 2024 v0.0.1 Aug 11, 2024 Changes in this version + type Storage struct + Data map[string]*storageValue + func (s *Storage) Close() error + func (s *Storage) Dump(L *lua.LState) (map[string]lua.LValue, error) + func (s *Storage) Get(key string, L *lua.LState) (lua.LValue, bool, error) + func (s *Storage) Keys() ([]string, error) + func (s *Storage) Set(key string, value lua.LValue, ttl int64) error + func (s *Storage) Sync() error + func (st *Storage) New(filename string) (interfaces.Driver, error)