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 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