Hi @Mostafaie.
I don't see the line for loading RedisGears module, on the file you sent me:
[root@CentOS7-Fresh etc]# cat /etc/redis.conf|grep redisgears
[root@CentOS7-Fresh etc]#
That command, returns nothing in your file. As I told you before, you should see this:
[root@CentOS7-Fresh ~]# cat /etc/redis.conf | grep redisgears
loadmodule /usr/lib64/redis/modules/redisgears-1.0.3.so
Also, I don't see the line for binding the service to localhost:
bind 127.0.0.1
Did you make changes on this file?
Please, have a look at the file /etc/redis.conf, and make sure the following 2 lines are on that file:
loadmodule /usr/lib64/redis/modules/redisgears-1.0.3.so
bind 127.0.0.1
If they are not on the file, add them at the bottom.
After that, perform a restart of Redis with the follwing command:
service redis restart
Send us the results on Linkode of the previous command.
Best regards.