libgs.database.KVDb.get

KVDb.get(limit=None, keys=None, tstamps=None, **kwargs)[source]

Note

To do partial matches, use the % wildchar. eg keys = [‘%NW%’, ‘%NE%’] will match all keys with NW and NE in their names.