We need to open en Cluster port ... redis port + 10000
This commit is contained in:
8
creolefuncs/redis.py
Normal file
8
creolefuncs/redis.py
Normal file
@ -0,0 +1,8 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
|
||||
#
|
||||
# just add 2 numbers ...
|
||||
#
|
||||
def add(num1, num2):
|
||||
return str(int(num1) + int(num2)).decode("utf-8")
|
Reference in New Issue
Block a user