This retrieves multiple values from the storage. The items are returned in the same order as the input keys.
(keys ...interface{})
| 11 | // This retrieves multiple values from the storage. The items are returned |
| 12 | // in the same order as the input keys. |
| 13 | GetMulti(keys ...interface{}) ([]interface{}, error) |
| 14 | |
| 15 | // This stores a single item into the storage. |
| 16 | Set(item interface{}) error |
no outgoing calls