Exemple #1
0
 def hGetAll(self, key):
     resp = self.sendCommand(Command.HGETALL, key)
     return Response.toDict(resp)