Skip to content

Commit

Permalink
Command interface changed
Browse files Browse the repository at this point in the history
  • Loading branch information
steveyen committed Dec 14, 2011
1 parent 693ea86 commit a243d75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mcsoda_mongo.py
Expand Up @@ -53,7 +53,7 @@ def gen_doc(self, key_num, key_str, min_value_size, json=None, cache=None):
return d

def command(self, c):
cmd, key_num, key_str, data = c
cmd, key_num, key_str, data, expiration = c
cmd_start = time.time()
if cmd[0] == 'g':
self.coll.find_one(key_str)
Expand Down

0 comments on commit a243d75

Please sign in to comment.