| 91 | // **** Start testing set empty key **** |
| 92 | C_ATTR(setEmptyKey, :Local :AutoArgs) |
| 93 | void setEmptyKey(Context *c) |
| 94 | { |
| 95 | Memcached::ReturnType rt; |
| 96 | setValidity(c, Memcached::set({}, QByteArray(), std::chrono::seconds{5}, &rt)); |
| 97 | } |
| 98 | |
| 99 | // **** Start testing setting too long key **** |
| 100 | C_ATTR(setTooLongKey, :Local :AutoArgs) |