Versions in this module Expand all Collapse all v0 v0.1.6 May 6, 2022 v0.1.3 Jan 6, 2022 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)