We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8de4afb commit f6e9314Copy full SHA for f6e9314
will/0003/into_redis.py
@@ -15,7 +15,7 @@ def gen2():
15
def gen3():
16
return uuid.uuid4()
17
18
-if '__name__' == '__main__':
+if __name__ == '__main__':
19
r = redis.Redis(host='localhost', port=6379, db=0)
20
# r.set('name', 'will')
21
# print(r.get('name'))
0 commit comments