11:19:06 GMT Does anyone have any experience setting up a redis cluster on a cluster like nomad/k8 ? 13:20:43 GMT hi 13:20:43 GMT my redis sometimes is loosing sessions.. i'm on magento 13:20:43 GMT how to debug it? 13:26:14 GMT i get a lot of: https://ghostbin.com/paste/g44yp 14:23:26 GMT Hi! I'm trying to disable IPs from logging in after too many incorrect logins. I want to use redis to store every failed login attemptee's IP with an expiration time. If I see too many of that IP in the failed_ip list, I can blacklist that IP for a time period. I know I can call SET(ip=ip, ex) to create a set of blacklisted IPs. However, when I want to create my list of repeated IPs from bad logins, SET overwrites the key 14:23:26 GMT instead of repeating the entries. Should I be using SADD or something? 20:09:02 GMT hwy i am pretty new t redis 20:09:19 GMT can somebody guide me in creating databases 20:09:22 GMT like sql 20:17:32 GMT valhala_22: you don't 20:18:55 GMT hi, does it require two commands to do a key incremement with expiration? 20:19:13 GMT steveoh: yes 20:19:39 GMT ok thanks 20:25:51 GMT badboy_: what u want to say 20:26:16 GMT you don't create databases in Redis 22:51:04 GMT hi 22:51:28 GMT So I installed the redis package for ubuntu and just found out that there is a config file in /etc/redis/ named 6379.conf 22:51:41 GMT so what is that? the main config? why this number? random or special or the release number? 22:51:46 GMT and where would I add my config?