03:34:46 GMT hey guys. im trying to ping redis. i set port = 0 but redis-cli fails 13:43:29 GMT how to publish a msg with an unique if it's not seen before? 14:37:55 GMT hi, I'm new in redis. I'm trying to use redis-py and seems working because i can store and get keys but if i try to use redis-cli seems that there are no keys 14:39:16 GMT what can i check? 14:40:43 GMT I'm connecting to localhost 14:41:19 GMT redisdb = redis.from_url('redis://localhost:6379', decode_responses=True, db=0) 14:41:35 GMT redis-cli -h localhost -p 6379 14:42:05 GMT if i try to set a key from cli and get it from redis-py i'm getting an error 14:42:24 GMT seems that there are 2 different instance 14:49:37 GMT any hint? 15:00:44 GMT :( no help here? 15:25:09 GMT wtf seems that "localhost" and "127.0.0.1" are different for redis-py