mset: d(function (hash) {
    var args = (typeof hash === 'object') ? appendHashToArray(hash, []) : slice.call(arguments, 0);
    return this.send('mset', args);
  }),