Read an object from database.
(collection, key string, object interface{})
| 35 | Set(collection, key string, object interface{}) error |
| 36 | // Read an object from database. |
| 37 | Get(collection, key string, object interface{}) error |
| 38 | // Write an already marshaled object or simple string |
| 39 | SetString(collection, key, data string) error |
| 40 | // Read a string or an object as JSON from database |
no outgoing calls