(self, keys)
| 963 | raise NotImplementedError('Must implement the get method.') |
| 964 | |
| 965 | def mget(self, keys): |
| 966 | raise NotImplementedError('Does not support get_many') |
| 967 | |
| 968 | def _set_with_state(self, key, value, state): |
| 969 | return self.set(key, value) |