fix old reference to c variable (monkey)
Former-commit-id: 0b9b6413c70d4ba71bbabcd0b22fb004d804958f
This commit is contained in:
parent
4944836478
commit
0436e62b7a
@ -236,7 +236,7 @@ def init_lpush():
|
|||||||
for i in range(numclients):
|
for i in range(numclients):
|
||||||
clients.append(Client('127.0.0.1', 6379))
|
clients.append(Client('127.0.0.1', 6379))
|
||||||
for i in range (10):
|
for i in range (10):
|
||||||
handle_lpush_response(c)
|
handle_lpush_response(clients[-1])
|
||||||
#handle_set_response(clients[-1], None)
|
#handle_set_response(clients[-1], None)
|
||||||
|
|
||||||
scan_client = Client('127.0.0.1', 6379)
|
scan_client = Client('127.0.0.1', 6379)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user