Skip to content

Commit

Permalink
removing unimplemented getMulti-temporarily
Browse files Browse the repository at this point in the history
getMulti has been available, but unimplemented. Removing it
to prevent errors, confusion, and frustraition. Will put it
back in the future.

Change-Id: Ia8b7260c19d2e06475b391ff7970120334b9fbd5
Reviewed-on: http://review.couchbase.org/19169
Reviewed-by: Pavel Paulau <pavel.paulau@gmail.com>
Tested-by: Benjamin Young <benjamin@couchbase.com>
Reviewed-by: Benjamin Young <benjamin@couchbase.com>
  • Loading branch information
BigBlueHat authored and Benjamin Young committed Aug 2, 2012
1 parent 2a55106 commit cf1e634
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions couchbase/client.py
Expand Up @@ -254,9 +254,6 @@ def touch(self, key, exp):
def gat(self, key, exp):
return self.mc_client.gat(key, exp)

def getMulti(self, keys):
return self.mc_client.getMulti(keys)

def stats(self, sub=''):
return self.mc_client.stats(sub)

Expand Down

0 comments on commit cf1e634

Please sign in to comment.