00:24:39 GMT is there an example on how to use clusters from nodejs 00:25:23 GMT im getting 1796ms [I0] {21330} [ERROR] (connection - L:127) (SOCK=0x208b990) Failed: lcb_err=0x10, os_errno=111 00:25:28 GMT 1796ms [I0] {21330} [ERROR] (server - L:518) (SRV=0x208b660,IX=2) Got error for connection! (OS=0) 03:37:57 GMT I am looking into production redis instance and it looks empty, but the database size is 100MB+ 03:38:12 GMT Is there any other way than 'redis-cli > keys *' 03:38:17 GMT to see all data in the redis? 03:39:54 GMT Wrong database selected. 07:15:47 GMT :) 07:16:04 GMT INFO shows how much is in which database 11:14:35 GMT Hi 11:14:47 GMT If I turn AOF on, does it overwrite the old .rdb file? 11:15:00 GMT I seem to have lost all my dump.rdb data 11:15:17 GMT as soon as I made some tweaks to the redis config and restarted it 11:15:28 GMT specifically I turned appendonly on 11:17:49 GMT Can I fix it? 11:24:51 GMT I seem to have a big AOF file and a very small RDB file 12:02:08 GMT I also did chmod 644 dump.rdb 12:02:13 GMT I hope that didn't cause it? 12:02:14 GMT D: 12:13:59 GMT <*> Inge- looks into Naeblis 12:14:03 GMT <*> Inge- looks into Naeblis' eyes 12:14:15 GMT ?? 12:14:34 GMT <*> Inge- is looking for signs of Saa 12:14:42 GMT I'm all out of Saa toda 12:14:45 GMT I'm all out of Saa today* 12:14:50 GMT seems like the data is gone 12:14:52 GMT :( 12:16:07 GMT should be possible to reconstruct data from the AOF file? 12:16:35 GMT how? 12:16:58 GMT the AOF file is in the same directory where it is supposed to be 12:17:02 GMT and I restarted redis 12:17:08 GMT should it not load up the data automatically? 12:17:14 GMT or do I need to specify a command? 12:17:22 GMT it should, but it contains the commands sent to redis 12:19:26 GMT so how do I recover data from it? 13:22:49 GMT in theory it should do so automatically on restart 14:00:02 GMT hi 14:00:34 GMT i am using redis to cache my php application. But after minutes when i active this ache , the redis server are closed. How i can know what the problem? 14:01:29 GMT i actived the debug level and seeying the log 14:39:25 GMT anybody? 15:00:07 GMT hi. I am trying to implement a datestamp entry tracker with Redis. Is it not a good idea to use datestamps as keys? As there would be a unique key every time a new entry is created 15:00:28 GMT values would be likely a string composed of nickname, actions done, etc 17:19:12 GMT Anyone have experience with Azure Redis Cache? 17:35:10 GMT Is anyone running redis cluster in AWS? How are you handling automated resolution if a process crashes / needs to rejoin the cluster? 19:43:46 GMT Hey, one part of your instructions seems unclear to me. 19:44:02 GMT 17187:M 17 Aug 14:39:49.280 # WARNING you have Transparent Huge Pages (THP) support enabled in your kernel. This will create latency and memory usage issues with Redis. To fix this issue run the command 'echo never > /sys/kernel/mm/transparent_hugepage/enabled' as root, and add it to your /etc/rc.local in order to retain the setting after a reboot. Redis must be restarted after THP is disabled. 19:44:20 GMT in "add **it** to your /etc/rc.local" what does "it" refer to? 19:44:25 GMT never? 19:44:39 GMT 'echo never > /sys/kernel/mm/transparent_hugepage/enabled' ?? 19:46:44 GMT yes 19:49:40 GMT Sorry, I got booted. 19:49:47 GMT Did anyone have a chance to respond? 19:49:50 GMT yes 19:49:57 GMT mustmodify: add that ‘never’ block into rc.local 19:51:10 GMT Toger: ok. So the entire command from echo ... /enabled 19:51:22 GMT Presumably it's more than just 'never' 19:51:28 GMT right