00:16:40 GMT hey guys, i have a small issue using redis with gitlab 00:17:10 GMT the redis server is creating the unix socket in /tmp rwx------ 00:17:21 GMT the git user in the same group needs access 00:17:43 GMT i would like it to be chmod'd but is there a better way? 00:21:43 GMT ahh found the issue in the conf file. 11:57:24 GMT Hi 11:57:50 GMT is there a way to calculate memory consumption of redis database? 11:58:11 GMT I see in top command redis-server is utilizing 48GB of RAM 11:58:31 GMT heh 11:58:46 GMT what do you mean by 'calculate' ? 11:58:51 GMT Can we find out the memory consumption of redis using granularity way 11:59:08 GMT is is keys or data processing or redis internal process ...... 11:59:18 GMT sembiance: ^^^ 11:59:22 GMT sembiance: Hi 11:59:44 GMT kaushal: did you see the 'MEMORY' command mentioned here: http://antirez.com/news/110 11:59:59 GMT sembiance: 22700 redis 20 0 49.4g 48g 680 S 3.0 77.2 425:51.37 redis-server 12:00:12 GMT sembiance: ok 12:01:46 GMT sembiance: I am running redis 3.2.8 on CentOS release 6.9 (Final) 12:02:31 GMT sembiance: MEMORY HELP is available in redis 4.0 as per http://antirez.com/news/110 12:03:37 GMT sembiance: the issue is that i cannot upgrade it from 3.2.8 to 4.0.2 12:03:47 GMT as it is a production system 12:03:59 GMT kaushal: ahhh. in the past I've written custom code that would analyze the memory usuage manually from a dump.rdb using tools like https://github.com/gamenet/redis-memory-analyzer and https://github.com/sripathikrishnan/redis-rdb-tools 12:04:19 GMT kaushal: so you'd take your dump.rdb, move it to another computer somewhere, do your analysis so it doesn't affect production. 12:04:37 GMT sembiance: i did it already 12:04:44 GMT https://github.com/sripathikrishnan/redis-rdb-tools 12:05:07 GMT sembiance: as per https://github.com/gamenet/redis-memory-analyzer it says python >= 3.4 and pip. 12:05:19 GMT I am running python 2.x 12:07:13 GMT sembiance: http://pastebin.centos.org/357361/ 12:07:21 GMT kaushal: I'd advise getting a computer, somewhere, with a more recent redis and python. any computer. then transfer the dump.rdb over and analyze it there :) 12:08:04 GMT kaushal: maybe onedirectyoga3 :) 12:38:06 GMT sembiance: ok