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 Driver interface + Close func() error + Dump func(state *lua.LState) (map[string]lua.LValue, error) + Get func(key string, state *lua.LState) (lua.LValue, bool, error) + Keys func() ([]string, error) + New func(path string) (Driver, error) + Set func(key string, value lua.LValue, ttl int64) error + Sync func() error