00:01:07 GMT https://i.sli.mg/5YM3Im.png am I missing something? 01:08:56 GMT Yukiku, are you Japanese? 01:09:31 GMT <*> OverCoder likes Japanese people :P 01:11:52 GMT OverCoder: no, studying culture and the language though 01:12:04 GMT Yukiku isn't a Japanese name, it's a faux-Japanese name :p 01:12:37 GMT I had a professor named Yukiko once 01:13:48 GMT But could someone help me with my issue? The syntax that's documented doesn't seem to work 01:15:09 GMT can you provide some more context? What's the entire command you're sending? 01:15:45 GMT Yukiku, haha nice 01:15:56 GMT 127.0.0.1:6379> MIGRATE 192.99.39.xxx 6379 "" 0 5000 KEYS * 01:17:14 GMT can you try replacing * with "" ? 01:17:32 GMT Same error 01:17:41 GMT hm 01:17:51 GMT I mean, I could attempt to do each key individually..but there are 20k+ 01:18:06 GMT Hi, does anyone have any experience compiling redis on arm? I see some mention of it on the web, but is there any obvious caveat I should keep in mind (both during compilation and run-time) 01:24:44 GMT scriptor: Any idea? 02:34:32 GMT Does anyone know how to properly set LC_COLLATE on a system so that redis can use SORT case insensitively? 05:02:48 GMT Guys, if I issue a pipeline from one process/thread (e.g via hiredis) Req1, Req2, Req3 and Req4, Req5, Req6 from another process/thread, can I get a reply Rep3 in thread/process 2 if I only get Rep1 and Rep2 in thread one and pipeline failed to fetch rep3 in thread one. 09:59:48 GMT the moment I add appenonly to my config and restart redis, does it the use/copy the old stuff that was saved in the rdb? 09:59:56 GMT *appendonly to yes 10:16:27 GMT ok I meade a few tests and it doesn't seem that the stuff is copied from the rdb to the new appendlonly file 10:16:35 GMT not sure how to solve this then 10:19:36 GMT hmm probably this is the correct way? http://serverfault.com/a/692934 15:21:43 GMT hi. are there any CentOS packages for redis available in EPEL or something? 15:21:48 GMT i can only find 2.8 in EPEL which seems odd 15:24:04 GMT s/odd/old 15:47:13 GMT so I’m setting up two redis servers with application servers on each that are likely to have disconnections between each other, what’s the best way to set things up so that the applications on both servers can keep functioning independently until they can reconnect? 17:14:48 GMT Lightsword: keep them completely independent 17:17:41 GMT minus, well I still need to sync them for certain operations 17:18:17 GMT if you can do those operations in the background, asynchronously, do that and save yourself a lot of trouble 18:38:14 GMT !stats