refactor: cleanup
This commit is contained in:
0
.gitmodules
vendored
0
.gitmodules
vendored
@ -1,14 +0,0 @@
|
|||||||
from client import RCFClient
|
|
||||||
import time
|
|
||||||
client = RCFClient()
|
|
||||||
|
|
||||||
client.connect("127.0.0.1",5555)
|
|
||||||
|
|
||||||
|
|
||||||
try:
|
|
||||||
while True:
|
|
||||||
client.set('key', 1)
|
|
||||||
# Distribute as key-value message
|
|
||||||
time.sleep(1)
|
|
||||||
except KeyboardInterrupt:
|
|
||||||
pass
|
|
Reference in New Issue
Block a user