[00:01:02] I need to know this because we don't want to have redis accidentally delete some new keys that we may have put in ... need this to be actual LRU [00:01:13] ikss (~tx@gw.livedata.pl) joined #redis. [00:01:25] gnrfan (~gnrfan@190.234.242.220) joined #redis. [00:01:49] tx_ (~tx@gw.livedata.pl) left irc: Ping timeout: 240 seconds [00:03:07] p1d (~p1d@ns1.vonaffenfels.de) joined #redis. [00:03:29] tx__ (~tx@gw.livedata.pl) left irc: Ping timeout: 240 seconds [00:05:13] hackband (~hackband@91.143.113.26) joined #redis. [00:20:40] TimTimTim (~TimTim@cpe-098-026-149-108.triad.res.rr.com) joined #redis. [00:22:11] agentzh (~agentz@nginx/adept/agentzh) joined #redis. [00:25:17] TimTimTim (~TimTim@cpe-098-026-149-108.triad.res.rr.com) left irc: Ping timeout: 248 seconds [00:28:37] Wombert (~Wombert@dslb-092-075-003-110.pools.arcor-ip.net) left irc: Read error: Connection reset by peer [00:28:53] Wombert (~Wombert@dslb-092-075-003-110.pools.arcor-ip.net) joined #redis. [00:33:33] loxs (~metin@85.91.143.230) joined #redis. [00:38:00] tx_ (~tx@gw.livedata.pl) joined #redis. [00:40:08] insin (~insin@host86-148-254-166.range86-148.btcentralplus.com) left irc: Read error: Connection reset by peer [00:40:49] ikss (~tx@gw.livedata.pl) left irc: Ping timeout: 240 seconds [00:41:17] insin (~insin@host86-148-254-166.range86-148.btcentralplus.com) joined #redis. [00:42:21] Nick change: tx_ -> ikss [00:58:54] rudebwoy (~rudebwoy@109.75.178.111) left #redis ("WeeChat 0.3.0"). [01:11:07] hackband (~hackband@91.143.113.26) left irc: Remote host closed the connection [01:28:58] hackband (~hackband@0x5359d382.cpe.ge-1-1-0-1104.bynqu1.customer.tele.dk) joined #redis. [01:37:58] nopz___ (~nopz___@8.14.117.35) joined #redis. [01:42:09] drbobbeaty (~drbobbeat@c-67-184-75-162.hsd1.il.comcast.net) joined #redis. [01:45:32] gnrfan (~gnrfan@190.234.242.220) left irc: Quit: This computer has gone to sleep [01:46:59] thehodge (~thehodge@cpc5-seac20-2-0-cust310.7-2.cable.virginmedia.com) joined #redis. [02:15:12] martincozzi (~martincoz@c-67-180-194-70.hsd1.ca.comcast.net) left irc: Quit: martincozzi [02:25:16] drbobbeaty (~drbobbeat@c-67-184-75-162.hsd1.il.comcast.net) left irc: Quit: drbobbeaty [02:30:15] advt_ (~mehaves@you-just.gotpwned.com) joined #redis. [02:33:04] advt (~mehaves@you-just.gotpwned.com) left irc: Ping timeout: 276 seconds [02:33:35] pranq (~pranq@unaffiliated/contempt) left irc: Quit: leaving [02:34:41] pranq (pranq@unaffiliated/contempt) joined #redis. [02:35:33] dsys (~textual@99.102.20.235) joined #redis. [02:36:46] Nick change: dsys -> _dsys [02:37:45] rittyan (~rittyan@95-24-58-110.broadband.corbina.ru) joined #redis. [02:43:36] sreeix (~sreeix@59.97.0.201) left irc: Ping timeout: 240 seconds [02:44:15] sreeix (~sreeix@59.97.0.201) joined #redis. [02:44:46] hackband (~hackband@0x5359d382.cpe.ge-1-1-0-1104.bynqu1.customer.tele.dk) left irc: Read error: Connection reset by peer [02:45:13] hackband (~hackband@0x5359d382.cpe.ge-1-1-0-1104.bynqu1.customer.tele.dk) joined #redis. [03:09:59] elcuervo (~elcuervo@r186-52-146-179.dialup.adsl.anteldata.net.uy) joined #redis. [03:18:38] Axsuul (~Axsuul@75-140-75-52.dhcp.mtpk.ca.charter.com) left irc: Ping timeout: 240 seconds [03:22:57] elcuervo (~elcuervo@r186-52-146-179.dialup.adsl.anteldata.net.uy) left irc: Remote host closed the connection [03:26:12] versicolor_ (~quassel@83.228.17.77) left irc: Read error: Connection reset by peer [03:27:07] versicolor (~quassel@83.228.17.77) joined #redis. [03:27:36] Gurkamal: it's not an actual LRU, it's an approximate algorithm [03:28:11] we needed an exact LRU in one case and we implemented it with a timestamp-scored zset [03:28:44] and there's a cronjob that keeps deleting oldest entries until memory usage drops below a set threshold [03:29:10] it's not perfect (too many moving parts) but has been working on the production flawlessly for the last two months [03:30:05] in our case, we also archive the old entries in Tokyo Tyrant, this happens in the very same cronjob that removes the items [03:44:05] drbobbeaty (~drbobbeat@38.98.137.29) joined #redis. [03:54:57] Kosma: What kind of cron job do you have for deleting oldest entries .. would you be able to share that? [03:55:20] kk, give me a sec [03:56:05] Also, for the redis LRU ... what is the level of accuracy of the algorithm ... what is the level of certaintt can I say that the new values will not be deleted ... [03:56:43] What would be the optimal sample size that should be used to make sure that the approximation algorith also works well [03:59:05] http://paste.pocoo.org/show/GbLaMLIdbGfbJsW7rhnd/ [03:59:25] it's not complete code, but shows the idea [04:01:24] sheri (~sheri@cpe-184-153-13-92.nycap.res.rr.com) left irc: Remote host closed the connection [04:02:04] sheri (~sheri@cpe-184-153-13-92.nycap.res.rr.com) joined #redis. [04:02:08] thehodge (~thehodge@cpc5-seac20-2-0-cust310.7-2.cable.virginmedia.com) left irc: Remote host closed the connection [04:02:33] thehodge (~thehodge@2001:470:1f09:13a3:5d2f:45a6:f2c9:5654) joined #redis. [04:02:37] if you don't need to store the deleted items, it reduces to a simple loop [04:02:42] thanks kosma [04:03:07] did you experiment with the redis inbuilt LRU before going in for this implementation? [04:03:27] no, because I needed to archive the oldest items in Tyrant before deleting them [04:04:18] ok [04:04:32] btw, I remember reading somewhere that the approximate LRU algorithm in Redis is actually pretty close to the perfect one [04:04:48] I C [04:04:54] Thanks for the help!! Much appreciated! [04:05:23] I'll try and google around some more before deciding on the initial production configurations [04:05:27] http://antirez.com/post/redis-as-LRU-cache.html [04:05:28] it's here [04:05:34] comment no. 5 [04:05:36] And will probably need to do some experimemtation too [04:05:49] :) Thx! [04:06:22] BlackWine (~yn@zajawka.tv) joined #redis. [04:07:09] thehodge (~thehodge@2001:470:1f09:13a3:5d2f:45a6:f2c9:5654) left irc: Ping timeout: 260 seconds [04:09:32] cinemascop89 (~yo@r190-134-23-12.dialup.adsl.anteldata.net.uy) joined #redis. [04:10:41] d0k (~d0k@p5B3B3C37.dip.t-dialin.net) joined #redis. [04:12:34] elcuervo (~elcuervo@r186-48-215-227.dialup.adsl.anteldata.net.uy) joined #redis. [04:18:07] TimTimTim (~TimTim@cpe-098-026-149-108.triad.res.rr.com) joined #redis. [04:22:09] sreeix (~sreeix@59.97.0.201) left irc: Ping timeout: 240 seconds [04:24:37] sreeix (~sreeix@59.97.0.201) joined #redis. [04:32:14] seppo0010 (~Adium@186.19.19.229) joined #redis. [04:32:27] elcuervo (~elcuervo@r186-48-215-227.dialup.adsl.anteldata.net.uy) left irc: Remote host closed the connection [04:35:01] __alex (~alex@c224187.adsl.hansenet.de) joined #redis. [04:36:16] rittyan (~rittyan@95-24-58-110.broadband.corbina.ru) left irc: Remote host closed the connection [04:38:52] Wombert (~Wombert@dslb-092-075-003-110.pools.arcor-ip.net) left #redis. [04:40:08] brunov (~bruno@74-154-89-200.fibertel.com.ar) joined #redis. [04:41:07] brunov (~bruno@74-154-89-200.fibertel.com.ar) left irc: Client Quit [04:43:01] sreeix (~sreeix@59.97.0.201) left irc: Ping timeout: 252 seconds [04:44:16] sreeix (~sreeix@59.97.0.201) joined #redis. [04:49:26] Nick change: Nuck -> NuckOff [04:49:53] zitchdog (~textual@173-25-169-137.client.mchsi.com) joined #redis. [04:54:06] soveran (~soveran@186.19.214.247) joined #redis. [05:00:13] cinemascop89 (~yo@r190-134-23-12.dialup.adsl.anteldata.net.uy) left irc: Quit: Leaving. [05:11:15] zitchdog (~textual@173-25-169-137.client.mchsi.com) left irc: Quit: Computer has gone to sleep. [05:13:03] scottw_nj (~scott@pool-173-63-18-196.nwrknj.fios.verizon.net) joined #redis. [05:15:20] thehodge (~thehodge@82.109.33.196) joined #redis. [05:15:51] Treffynnon (~Treffynno@82-69-141-230.dsl.in-addr.zen.co.uk) joined #redis. [05:18:13] ncode (~ncode@186.202.80.57) joined #redis. [05:18:14] ncode (~ncode@186.202.80.57) left irc: Changing host [05:18:14] ncode (~ncode@unaffiliated/ncode) joined #redis. [05:19:43] jonesy (~jonesy@68.64.144.221) joined #redis. [05:21:04] jonesy (~jonesy@68.64.144.221) left irc: Client Quit [05:22:40] sreeix (~sreeix@59.97.0.201) left irc: Quit: sreeix [05:23:44] jonesy (~jonesy@68.64.144.221) joined #redis. [05:28:33] lux___ (~lux@ppp-3-69.25-151.libero.it) joined #redis. [05:29:49] lux___ (~lux@ppp-3-69.25-151.libero.it) left irc: Client Quit [05:31:38] sheri (~sheri@cpe-184-153-13-92.nycap.res.rr.com) left irc: Read error: Connection reset by peer [05:31:56] sheri (~sheri@cpe-184-153-13-92.nycap.res.rr.com) joined #redis. [05:36:46] brianseeders (~BS@108-216-88-132.lightspeed.bcvloh.sbcglobal.net) joined #redis. [05:41:12] xetorthio (~jleibiusk@200.41.238.50) joined #redis. [05:51:42] rurufufuss (~rurufufus@115-64-27-246.static.tpgi.com.au) left irc: Remote host closed the connection [05:55:00] rittyan (~rittyan@95-24-58-110.broadband.corbina.ru) joined #redis. [06:09:00] soveran (~soveran@186.19.214.247) left irc: Remote host closed the connection [06:10:06] lux___ (~lux@ppp-3-69.25-151.libero.it) joined #redis. [06:10:28] Arkhaix (~Arkhaix@b07s18mr.corenetworks.net) joined #redis. [06:10:57] soveran (~soveran@186.19.214.247) joined #redis. [06:16:23] brianseeders (~BS@108-216-88-132.lightspeed.bcvloh.sbcglobal.net) left irc: Ping timeout: 252 seconds [06:26:08] zitchdog (~textual@159.182.1.4) joined #redis. [06:29:07] BlackWine (~yn@zajawka.tv) left irc: Quit: Lost terminal [06:36:33] napperjabber (~napperjab@149.48.161.10) joined #redis. [06:39:50] abedra (~abedra@rrcs-70-62-126-162.midsouth.biz.rr.com) joined #redis. [06:40:31] I'm having an issue running a program that uses hiredis [06:40:42] I compile with the -lhiredis option [06:41:17] BlackWine (~yn@zajawka.tv) joined #redis. [06:41:26] but when I run it says it cannot open the shared object file ... [06:41:31] but the file exists [06:41:36] any ideas? [06:51:47] ron (~ron@unaffiliated/ron) left irc: Read error: Connection timed out [06:54:17] fpighi (~francesco@87.83.35.162) joined #redis. [06:55:27] ron (~ron@unaffiliated/ron) joined #redis. [06:56:20] napperjabber (~napperjab@149.48.161.10) left irc: Read error: Connection reset by peer [07:03:17] Jrz (~jrz@87.239.184.141) joined #redis. [07:03:20] Jrz (~jrz@87.239.184.141) left irc: Client Quit [07:07:04] abedra (~abedra@rrcs-70-62-126-162.midsouth.biz.rr.com) left #redis. [07:11:57] AmirBehzad (~behzad@86.57.6.117) joined #redis. [07:12:34] matthijs (u1011@gateway/web/irccloud.com/x-qvvzhvjtfzjueagw) joined #redis. [07:15:41] el_kevino (~el_kevino@216.249.7.209.tor.pathcom.com) joined #redis. [07:16:56] AmirBehzad (~behzad@86.57.6.117) left irc: Max SendQ exceeded [07:18:16] AmirBehzad (~behzad@86.57.6.117) joined #redis. [07:18:20] Swimming_Bird (~textual@64.70.114.89) joined #redis. [07:19:20] CairoNoleto (~caironole@187.41.139.97) joined #redis. [07:19:43] CairoNoleto (~caironole@187.41.139.97) left irc: Client Quit [07:23:17] AmirBehzad (~behzad@86.57.6.117) left irc: Max SendQ exceeded [07:24:40] agentzh (~agentz@nginx/adept/agentzh) left irc: Quit: Leaving. [07:25:50] AmirBehzad (~behzad@86.57.6.117) joined #redis. [07:26:12] gnrfan (~gnrfan@200.110.36.11) joined #redis. [07:28:33] agile (~mike@71-86-124-96.dhcp.ftwo.tx.charter.com) left irc: Quit: Ex-Chat [07:28:45] agile (~mike@71-86-124-96.dhcp.ftwo.tx.charter.com) joined #redis. [07:28:55] agile (~mike@71-86-124-96.dhcp.ftwo.tx.charter.com) left irc: Read error: Connection reset by peer [07:29:04] agile (~mike@71-86-124-96.dhcp.ftwo.tx.charter.com) joined #redis. [07:30:44] AmirBehzad (~behzad@86.57.6.117) left irc: Ping timeout: 260 seconds [07:31:17] devdazed (~russ_nyc@static-96-239-59-191.nycmny.fios.verizon.net) joined #redis. [07:33:11] AmirBehzad (~behzad@86.57.6.117) joined #redis. [07:33:30] AmirBehzad (~behzad@86.57.6.117) left irc: Client Quit [07:35:16] seppo0010 (~Adium@186.19.19.229) left #redis. [07:43:36] xcbt (~xcbt@bbb72-0-165-130.bendbroadband.com) joined #redis. [07:44:18] jscheel (~jscheel@drupal.org/user/116197/view) joined #redis. [07:51:07] hackband (~hackband@0x5359d382.cpe.ge-1-1-0-1104.bynqu1.customer.tele.dk) left irc: Remote host closed the connection [07:56:11] napperjabber (~napperjab@149.48.161.10) joined #redis. [08:00:50] davehimself (~davehimse@c-98-200-201-146.hsd1.tx.comcast.net) joined #redis. [08:01:28] tilgovi (~randall@couchdb/developer/tilgovi) joined #redis. [08:01:56] rittyan (~rittyan@95-24-58-110.broadband.corbina.ru) left irc: Remote host closed the connection [08:04:15] ceej (~anonymous@cpe-72-190-40-203.tx.res.rr.com) joined #redis. [08:04:24] radiocats (~chatzilla@h-64-236-128-42.nat.aol.com) joined #redis. [08:14:42] ampasowa (~ampasowa@41-218-231-150-adsl-dyn.4u.com.gh) joined #redis. [08:15:59] napperjabber_ (~napperjab@149.48.161.10) joined #redis. [08:15:59] napperjabber (~napperjab@149.48.161.10) left irc: Read error: Connection reset by peer [08:15:59] Nick change: napperjabber_ -> napperjabber [08:19:18] wam (~wam@unaffiliated/wam) left irc: Quit: Ex-Chat [08:21:49] senderista (~senderist@216.161.248.54) joined #redis. [08:28:29] napperjabber (~napperjab@149.48.161.10) left irc: Read error: Connection reset by peer [08:28:47] napperjabber (~napperjab@149.48.161.10) joined #redis. [08:31:24] iFire` (~swirls@unaffiliated/ifire) left irc: [08:32:01] iFire (~swirls@50.98.115.237) joined #redis. [08:32:02] iFire (~swirls@50.98.115.237) left irc: Changing host [08:32:02] iFire (~swirls@unaffiliated/ifire) joined #redis. [08:32:13] tjholowaychuk (~tjholoway@S01060026bb727efe.gv.shawcable.net) joined #redis. [08:38:57] _macro (~Neil@c-71-204-169-22.hsd1.ca.comcast.net) left irc: Quit: Computer has gone to sleep [08:39:11] stephank (~stephank@82.197.214.45) joined #redis. [08:39:29] Tuxist (~quassel@dslb-092-077-014-198.pools.arcor-ip.net) left irc: Read error: Connection reset by peer [08:47:46] seppo0010 (~Adium@186.19.19.229) joined #redis. [08:51:45] KevBurnsJr (~KevBurnsJ@50.0.103.39) joined #redis. [08:53:10] tx_ (~tx@gw.livedata.pl) joined #redis. [08:56:30] ikss (~tx@gw.livedata.pl) left irc: Ping timeout: 260 seconds [08:57:31] loxs (~metin@85.91.143.230) left irc: Quit: Leaving [09:02:14] ampasowa (~ampasowa@41-218-231-150-adsl-dyn.4u.com.gh) left irc: Quit: Leaving. [09:04:48] p1d (~p1d@ns1.vonaffenfels.de) left irc: Quit: ... [09:05:18] seppo0010 (~Adium@186.19.19.229) left #redis. [09:05:21] devdazed (~russ_nyc@static-96-239-59-191.nycmny.fios.verizon.net) left irc: Read error: Connection reset by peer [09:06:50] devdazed (~russ_nyc@static-96-239-59-191.nycmny.fios.verizon.net) joined #redis. [09:06:53] devdazed (~russ_nyc@static-96-239-59-191.nycmny.fios.verizon.net) left irc: Remote host closed the connection [09:12:13] perezd (~derek@108-71-92-105.lightspeed.sntcca.sbcglobal.net) joined #redis. [09:20:19] devdazed (~russ_nyc@static-96-239-59-191.nycmny.fios.verizon.net) joined #redis. [09:28:43] wilmoore (~wilmoore@70-89-165-49-ISTS-co.hfc.comcastbusiness.net) joined #redis. [09:34:23] NetRoY (~NetRoY@122.167.213.35) joined #redis. [09:35:46] martincozzi (~martincoz@c-67-180-194-70.hsd1.ca.comcast.net) joined #redis. [09:38:22] gregpascale (~textual@174-24-171-37.tukw.qwest.net) joined #redis. [09:38:58] zitchdog (~textual@159.182.1.4) left irc: Quit: Computer has gone to sleep. [09:39:25] napperjabber (~napperjab@149.48.161.10) left irc: Read error: Connection reset by peer [09:39:49] napperjabber (~napperjab@149.48.161.10) joined #redis. [09:42:49] arnee (~arnee@a89-183-6-138.net-htp.de) joined #redis. [09:45:07] axl__ (~axl@173-11-52-113-Minnesota.hfc.comcastbusiness.net) joined #redis. [09:48:52] axl_ (~axl@75-149-152-225-Minnesota.hfc.comcastbusiness.net) left irc: Ping timeout: 252 seconds [09:49:21] kenperkins (~textual@174-24-171-37.tukw.qwest.net) joined #redis. [09:51:52] AmirBehzad (~behzad@86.57.6.117) joined #redis. [09:52:23] kenneth (~kenneth@c-24-5-82-156.hsd1.ca.comcast.net) joined #redis. [09:52:27] AmirBehzad (~behzad@86.57.6.117) left irc: Read error: Connection reset by peer [09:52:36] arnee (~arnee@a89-183-6-138.net-htp.de) left irc: Remote host closed the connection [09:52:43] AmirBehzad (~behzad@86.57.6.117) joined #redis. [09:57:46] AmirBehzad (~behzad@86.57.6.117) left irc: Max SendQ exceeded [10:00:45] AmirBehzad (~behzad@86.57.6.117) joined #redis. [10:00:47] AmirBehzad (~behzad@86.57.6.117) left irc: Remote host closed the connection [10:09:20] senderista (~senderist@216.161.248.54) left irc: Quit: senderista [10:10:29] nopz___ (~nopz___@8.14.117.35) left irc: Ping timeout: 240 seconds [10:11:08] enherit (~enherit@159.83.115.1) joined #redis. [10:11:11] thehodge (~thehodge@82.109.33.196) left irc: Remote host closed the connection [10:11:35] thehodge (~thehodge@82.109.33.196) joined #redis. [10:16:56] thehodge (~thehodge@82.109.33.196) left irc: Ping timeout: 252 seconds [10:20:17] mactenchi (~anonymous@gwfw1-nat.booyahcorp.com) joined #redis. [10:22:33] KevBurnsJr (~KevBurnsJ@50.0.103.39) left irc: [10:23:16] KevBurnsJr (~KevBurnsJ@50.0.103.39) joined #redis. [10:24:45] senderista (~senderist@216.161.248.54) joined #redis. [10:28:49] dribdrab (~dribdrab@70-36-146-235.dsl.dynamic.sonic.net) joined #redis. [10:31:47] xcbt (~xcbt@bbb72-0-165-130.bendbroadband.com) left irc: Ping timeout: 252 seconds [10:33:44] xcbt (~xcbt@bbb72-0-165-130.bendbroadband.com) joined #redis. [10:34:36] ampasowa (~ampasowa@41-218-226-31-adsl-dyn.4u.com.gh) joined #redis. [10:39:18] _macro (~Neil@accessnat4.mochimedia.net) joined #redis. [10:48:09] ampasowa (~ampasowa@41-218-226-31-adsl-dyn.4u.com.gh) left irc: Quit: Leaving. [10:50:38] arnee (~arnee@a89-183-6-138.net-htp.de) joined #redis. [10:50:45] tilgovi (~randall@couchdb/developer/tilgovi) left irc: Read error: Connection reset by peer [10:51:05] thehodge (~thehodge@2001:470:1f09:13a3:1cd7:58f6:9768:9b5) joined #redis. [10:51:30] zitchdog (~textual@159.182.1.4) joined #redis. [11:01:31] andymccurdy (~andymccur@c-67-188-242-100.hsd1.ca.comcast.net) left irc: Quit: Computer has gone to sleep. [11:04:02] senderista (~senderist@216.161.248.54) left irc: Quit: senderista [11:07:06] xcbt (~xcbt@bbb72-0-165-130.bendbroadband.com) left irc: Read error: Connection reset by peer [11:07:24] xcbt (~xcbt@bbb72-0-165-130.bendbroadband.com) joined #redis. [11:08:58] Axsuul (~Axsuul@75-140-75-52.dhcp.mtpk.ca.charter.com) joined #redis. [11:15:01] davehimself (~davehimse@c-98-200-201-146.hsd1.tx.comcast.net) left irc: Ping timeout: 276 seconds [11:17:06] NetRoY (~NetRoY@122.167.213.35) left irc: Quit: Leaving [11:17:46] senderista (~senderist@74-61-53-150.war.clearwire-wmx.net) joined #redis. [11:20:43] nicholasf (~nicholasf@ppp196-159.static.internode.on.net) left irc: Read error: Connection reset by peer [11:20:59] nicholasf (~nicholasf@ppp196-159.static.internode.on.net) joined #redis. [11:22:29] ampasowa (~ampasowa@41-218-226-31-adsl-dyn.4u.com.gh) joined #redis. [11:23:07] ampasowa (~ampasowa@41-218-226-31-adsl-dyn.4u.com.gh) left irc: Client Quit [11:26:06] ampasowa (~ampasowa@41-218-226-31-adsl-dyn.4u.com.gh) joined #redis. [11:26:36] sheri (~sheri@cpe-184-153-13-92.nycap.res.rr.com) left irc: Remote host closed the connection [11:27:16] arnee (~arnee@a89-183-6-138.net-htp.de) left irc: Remote host closed the connection [11:27:41] arnee (~arnee@87.117.198.125) joined #redis. [11:27:53] arnee (~arnee@87.117.198.125) left irc: Remote host closed the connection [11:29:32] enherit (~enherit@159.83.115.1) left irc: Ping timeout: 252 seconds [11:32:43] tx__ (~tx@gw.livedata.pl) joined #redis. [11:35:29] tx_ (~tx@gw.livedata.pl) left irc: Ping timeout: 240 seconds [11:53:27] martincozzi (~martincoz@c-67-180-194-70.hsd1.ca.comcast.net) left irc: Quit: martincozzi [11:54:23] AmirBehzad (~behzad@86.57.6.117) joined #redis. [11:55:32] jimfleming (~jimflemin@host-184-174-149-146.SCEOLT1.epbfi.com) joined #redis. [11:56:04] danielle_ (421221fd@gateway/web/freenode/ip.66.18.33.253) joined #redis. [11:56:25] ron (~ron@unaffiliated/ron) left irc: Ping timeout: 248 seconds [11:59:27] ron (~ron@unaffiliated/ron) joined #redis. [12:02:17] kenneth (~kenneth@c-24-5-82-156.hsd1.ca.comcast.net) left irc: Ping timeout: 252 seconds [12:03:31] kenneth (~kenneth@c-24-5-82-156.hsd1.ca.comcast.net) joined #redis. [12:07:24] Sarevok (~locke@rrcs-98-101-176-132.midsouth.biz.rr.com) joined #redis. [12:09:17] i I have a master/slave redis configuration, and I send publish/subscribe messages on the master, will the slave also relay them to any subscribers on that machine? [12:09:43] chrisjones (~chrisjone@ip68-224-245-47.lv.lv.cox.net) joined #redis. [12:13:05] Brend (~brend@60-251-59-178.HINET-IP.hinet.net) left irc: Read error: Connection reset by peer [12:15:07] seppo0010 (~Adium@186.19.19.229) joined #redis. [12:18:23] gnrfan (~gnrfan@200.110.36.11) left irc: Quit: This computer has gone to sleep [12:19:45] senderista (~senderist@74-61-53-150.war.clearwire-wmx.net) left irc: Quit: senderista [12:19:47] elcuervo (~elcuervo@r190-132-65-178.dialup.mobile.ancel.net.uy) joined #redis. [12:27:08] dribdrab (~dribdrab@70-36-146-235.dsl.dynamic.sonic.net) left irc: Remote host closed the connection [12:27:19] dribdrab (~dribdrab@70-36-146-235.dsl.dynamic.sonic.net) joined #redis. [12:27:37] seppo0010 (~Adium@186.19.19.229) left #redis. [12:35:21] girasquid (~girasquid@174.3.247.57) joined #redis. [12:36:01] Brend (~brend@60-251-59-178.HINET-IP.hinet.net) joined #redis. [12:36:19] sheri (~sheri@rrcs-184-74-6-204.nys.biz.rr.com) joined #redis. [12:37:56] xetorthio (~jleibiusk@200.41.238.50) left irc: Quit: Ex-Chat [12:39:14] cammm (caidoz@creep.bur.st) joined #redis. [12:42:16] How can I destroy all keys that match a particular pattern? I noticed there's a KEYS command that will help me find the keys, but can't seem to find a command to batch remove them all [12:43:26] gnrfan (~gnrfan@200.110.36.11) joined #redis. [12:45:26] wam (~wam@dslb-188-105-054-057.pools.arcor-ip.net) joined #redis. [12:45:27] wam (~wam@dslb-188-105-054-057.pools.arcor-ip.net) left irc: Changing host [12:45:27] wam (~wam@unaffiliated/wam) joined #redis. [12:47:39] mjbraun (~mjbraun@twoface.dreamhost.com) joined #redis. [12:47:52] if i have AOF fsync set to 'no' (letting the OS flush the buffer) [12:47:59] how often does the buffer get flushed? [12:48:34] I believe that falls under "implementation detail"... i.e., you'll have to ask your kernel/FS driver. [12:49:43] Hello, I wasn't sure if this is better for the list or here (as I'm brand new to Redis) but I can't seem to find a way to get individual database sizes in MB (only key counts). [12:50:44] Is that even doable? My searching is to no avail and INFO only lists total usage across all dbs [12:53:04] andymccurdy (~andymccur@c-67-188-242-100.hsd1.ca.comcast.net) joined #redis. [12:53:19] xb95: is there a way to find out? [12:53:28] also, are we talking seconds, minutes, hours? [12:54:04] andymccu_ (~andymccur@c-67-188-242-100.hsd1.ca.comcast.net) joined #redis. [12:54:04] andymccurdy (~andymccur@c-67-188-242-100.hsd1.ca.comcast.net) left irc: Read error: Connection reset by peer [12:54:15] Nick change: andymccu_ -> andymccurdy [12:55:02] mjezzi (~mike@50-76-131-66-static.hfc.comcastbusiness.net) joined #redis. [12:55:14] kenneth: In my experience it's typically seconds. The kernel/FS try really hard to keep data persistent. [12:57:23] I've asked this question at the couchDb and MongoDB channels, and am also looking into Redis: Anyone have any insight on using couchDB vs mongoDb. We'll need to write about 500k records where time isn't really sensitive, but then we'll need to do analytic's on those records after the fact, so read speed is very important. It's basically sets of 500K records per client, and they need to be custom filtered down by different attributes [12:57:24] There's about over 1k combinations of filters, so trying to precompile views isn't realistic. also the attributes can change over time. [12:57:56] *mongodb, couchdb, or redis [13:00:15] gnrfan (~gnrfan@200.110.36.11) left irc: Quit: This computer has gone to sleep [13:00:30] we're doing ~1mio records analytics in <10min with redis. As long as it fits in ram, it's ok ;) [13:01:04] although I think, reading and writing CSV takes a lot of that time. [13:01:39] hmm.. that sounds good.. [13:01:54] girasquid (~girasquid@174.3.247.57) left irc: Quit: girasquid [13:03:01] rittyan (~rittyan@95-24-58-110.broadband.corbina.ru) joined #redis. [13:07:09] insin (~insin@host86-148-254-166.range86-148.btcentralplus.com) left irc: Ping timeout: 240 seconds [13:18:55] cinemascop89 (~yo@r186-52-43-162.dialup.adsl.anteldata.net.uy) joined #redis. [13:20:47] insin (~insin@host86-148-254-166.range86-148.btcentralplus.com) joined #redis. [13:31:29] Sarevok (~locke@rrcs-98-101-176-132.midsouth.biz.rr.com) left irc: Ping timeout: 240 seconds [13:31:50] wilmoore_ (~wilmoore@70-89-165-49-ISTS-co.hfc.comcastbusiness.net) joined #redis. [13:34:56] wilmoore (~wilmoore@70-89-165-49-ISTS-co.hfc.comcastbusiness.net) left irc: Ping timeout: 240 seconds [13:37:49] hackband (~hackband@1385159443.dhcp.dbnet.dk) joined #redis. [13:39:03] wilmoore_ (~wilmoore@70-89-165-49-ISTS-co.hfc.comcastbusiness.net) left irc: Remote host closed the connection [13:39:04] mjezzi (~mike@50-76-131-66-static.hfc.comcastbusiness.net) left irc: Quit: mjezzi [13:39:09] strmpnk (u2261@gateway/web/irccloud.com/x-atbickhpdxgeyrxi) left irc: Remote host closed the connection [13:39:10] D_Roch (u1594@gateway/web/irccloud.com/x-qvyfrjavubxnnjgo) left irc: Remote host closed the connection [13:39:22] strmpnk (u2261@gateway/web/irccloud.com/x-hdrtlsqfvxgikaus) joined #redis. [13:39:27] wilmoore (~wilmoore@70-89-165-49-ISTS-co.hfc.comcastbusiness.net) joined #redis. [13:42:24] jonesy (~jonesy@68.64.144.221) left irc: Quit: Computer has gone to sleep. [13:46:53] Sarevok (~locke@rrcs-98-101-176-132.midsouth.biz.rr.com) joined #redis. [13:52:05] D_Roch (u1594@gateway/web/irccloud.com/x-tnnjuubuhppebnwu) joined #redis. [13:54:14] mjezzi (~mike@50-76-131-66-static.hfc.comcastbusiness.net) joined #redis. [13:56:12] badly (32006722@gateway/web/freenode/ip.50.0.103.34) joined #redis. [13:56:31] does anyone have a good way of managing the config files for a lot of redis shards? [13:57:20] and starting and stopping those servers? [13:59:22] AmirBehzad (~behzad@86.57.6.117) left irc: Max SendQ exceeded [14:00:48] mjezzi (~mike@50-76-131-66-static.hfc.comcastbusiness.net) left irc: Quit: mjezzi [14:00:53] some kind of redis shard manager? [14:01:44] AmirBehzad (~behzad@86.57.6.117) joined #redis. [14:04:18] jimfleming (~jimflemin@host-184-174-149-146.SCEOLT1.epbfi.com) left irc: Ping timeout: 244 seconds [14:04:31] AmirBehzad (~behzad@86.57.6.117) left #redis. [14:04:42] mjezzi (~mike@50-76-131-66-static.hfc.comcastbusiness.net) joined #redis. [14:04:51] danielle_ (421221fd@gateway/web/freenode/ip.66.18.33.253) left irc: Ping timeout: 258 seconds [14:05:41] mjezzi (~mike@50-76-131-66-static.hfc.comcastbusiness.net) left irc: Client Quit [14:11:31] badly (32006722@gateway/web/freenode/ip.50.0.103.34) left irc: Quit: Page closed [14:12:57] mattbillenstein (~Adium@208.90.215.163) left irc: Quit: Leaving. [14:14:42] arek_deepinit (~arek@esposa.patyk.net.pl) joined #redis. [14:18:14] ddilinger (~guy@unaffiliated/ddilinger) left irc: Ping timeout: 255 seconds [14:20:27] soveran (~soveran@186.19.214.247) left irc: Remote host closed the connection [14:22:29] gnrfan (~gnrfan@200.121.134.53) joined #redis. [14:22:39] strmpnk (u2261@gateway/web/irccloud.com/x-hdrtlsqfvxgikaus) left irc: Remote host closed the connection [14:22:39] matthijs (u1011@gateway/web/irccloud.com/x-qvvzhvjtfzjueagw) left irc: Read error: Connection reset by peer [14:22:40] lusis (u2537@gateway/web/irccloud.com/x-opglpxhhlkmspano) left irc: Remote host closed the connection [14:22:53] strmpnk (u2261@gateway/web/irccloud.com/x-dnrncpbqdzvcpuvs) joined #redis. [14:25:01] jimfleming (~jimflemin@host-68-169-154-125.WISOLT2.epbfi.com) joined #redis. [14:25:50] pietern (~pieter@208.91.1.14) joined #redis. [14:25:50] #redis: mode change '+v pietern' by ChanServ!ChanServ@services. [14:26:43] RobWC (~Adium@natint3.juniper.net) joined #redis. [14:26:50] matthijs (u1011@gateway/web/irccloud.com/x-jrrfcmgswgurqail) joined #redis. [14:28:18] lusis (u2537@gateway/web/irccloud.com/x-wsgjjcibaoagypvc) joined #redis. [14:29:04] jimfleming (~jimflemin@host-68-169-154-125.WISOLT2.epbfi.com) left irc: Ping timeout: 240 seconds [14:29:21] mjbraun (~mjbraun@twoface.dreamhost.com) left irc: Quit: Lost terminal [14:29:23] ryah (~ry@tinyclouds.org) left #redis. [14:33:59] arek_deepinit (~arek@esposa.patyk.net.pl) left irc: Remote host closed the connection [14:36:20] luckman212_ (~irc@pool-108-41-8-176.nycmny.fios.verizon.net) joined #redis. [14:39:09] luckman212 (~irc@pool-108-41-8-176.nycmny.fios.verizon.net) left irc: Ping timeout: 240 seconds [14:42:29] wam (~wam@unaffiliated/wam) left irc: Quit: Ex-Chat [14:48:05] elcuervo_ (~elcuervo@r186-48-192-184.dialup.adsl.anteldata.net.uy) joined #redis. [14:48:48] zitchdog (~textual@159.182.1.4) left irc: Quit: Computer has gone to sleep. [14:50:55] mattbillenstein (~Adium@207.239.114.206) joined #redis. [14:51:11] elcuervo (~elcuervo@r190-132-65-178.dialup.mobile.ancel.net.uy) left irc: Ping timeout: 252 seconds [14:51:12] elcuervo_ (~elcuervo@r186-48-192-184.dialup.adsl.anteldata.net.uy) left irc: Remote host closed the connection [14:54:08] strmpnk (u2261@gateway/web/irccloud.com/x-dnrncpbqdzvcpuvs) left irc: Read error: Connection reset by peer [14:54:09] roidrage (u1352@gateway/web/irccloud.com/x-juxobucmrewkqaup) left irc: Remote host closed the connection [14:54:09] mattly (u2222@gateway/web/irccloud.com/x-ydjxjxvtnpkejdcp) left irc: Remote host closed the connection [14:54:09] pharkmillups_ (u1304@gateway/web/irccloud.com/x-eetatpldxptyqdfn) left irc: Read error: Connection reset by peer [14:54:09] omarkj (u766@gateway/web/irccloud.com/x-errwcqlrkspzaiec) left irc: Write error: Connection reset by peer [14:54:09] D_Roch (u1594@gateway/web/irccloud.com/x-tnnjuubuhppebnwu) left irc: Write error: Connection reset by peer [14:54:09] evilhackerdude (u1451@gateway/web/irccloud.com/x-mtnanhmunfyuvqza) left irc: Read error: Connection reset by peer [14:54:09] mrb_bk (u2099@gateway/web/irccloud.com/x-pbtdgjwsqsmsmiwm) left irc: Remote host closed the connection [14:54:09] matthijs (u1011@gateway/web/irccloud.com/x-jrrfcmgswgurqail) left irc: Remote host closed the connection [14:54:09] samrat (u2534@gateway/web/irccloud.com/x-nkgblxmqqbtuzntg) left irc: Read error: Connection reset by peer [14:54:09] oal (u4126@gateway/web/irccloud.com/x-icsmsdfcxuezfibg) left irc: Read error: Connection reset by peer [14:54:09] lusis (u2537@gateway/web/irccloud.com/x-wsgjjcibaoagypvc) left irc: Read error: Connection reset by peer [14:54:10] jacqui (u4004@gateway/web/irccloud.com/x-yezrtnfjizunbpjj) left irc: Remote host closed the connection [14:54:10] qrush (u1528@gateway/web/irccloud.com/x-mzwlmsxclizbbjgx) left irc: Write error: Connection reset by peer [14:54:10] akahn (u2243@gateway/web/irccloud.com/x-eqmqmunlgelhhygd) left irc: Write error: Connection reset by peer [14:57:03] oal (u4126@gateway/web/irccloud.com/x-xmvfknsrhzjydqmi) joined #redis. [14:58:19] roidrage (u1352@gateway/web/irccloud.com/x-iolczowqvpwfohpb) joined #redis. [15:01:52] dribdrab_ (~dribdrab@70-36-146-235.dsl.dynamic.sonic.net) joined #redis. [15:03:29] dribdrab (~dribdrab@70-36-146-235.dsl.dynamic.sonic.net) left irc: Ping timeout: 252 seconds [15:03:29] Nick change: dribdrab_ -> dribdrab [15:07:09] mrb_bk (u2099@gateway/web/irccloud.com/x-ovjhemzuwuwnhhec) joined #redis. [15:10:06] matthijs (u1011@gateway/web/irccloud.com/x-nuvnraezkzmfoxmj) joined #redis. [15:15:02] samrat (u2534@gateway/web/irccloud.com/x-bjgojbnmfokonvje) joined #redis. [15:15:14] mattly (u2222@gateway/web/irccloud.com/x-znjkqywvoilcevgo) joined #redis. [15:16:54] Swimming_Bird (~textual@64.70.114.89) left irc: Quit: Computer has gone to sleep. [15:17:23] napperjabber (~napperjab@149.48.161.10) left irc: Quit: napperjabber [15:22:10] pharkmillups_ (u1304@gateway/web/irccloud.com/x-jetrupynqwdmchjp) joined #redis. [15:22:43] qrush (u1528@gateway/web/irccloud.com/x-erlyjgmohwirhygx) joined #redis. [15:23:41] strmpnk (u2261@gateway/web/irccloud.com/x-ijguakeklcwoohkh) joined #redis. [15:26:48] brianseeders (~BS@108-216-88-132.lightspeed.bcvloh.sbcglobal.net) joined #redis. [15:30:51] stephank (~stephank@82.197.214.45) left irc: Quit: *Poof!* [15:32:14] seppo0010 (~Adium@186.19.19.229) joined #redis. [15:32:16] wilmoore_ (~wilmoore@70-89-165-49-ISTS-co.hfc.comcastbusiness.net) joined #redis. [15:32:30] roidrage (u1352@gateway/web/irccloud.com/x-iolczowqvpwfohpb) left irc: Max SendQ exceeded [15:32:45] roidrage (u1352@gateway/web/irccloud.com/x-bbpjbrrnkwhaxkgv) joined #redis. [15:32:54] luckman212_ (~irc@pool-108-41-8-176.nycmny.fios.verizon.net) left irc: Remote host closed the connection [15:34:35] strmpnk (u2261@gateway/web/irccloud.com/x-ijguakeklcwoohkh) left irc: Remote host closed the connection [15:35:45] D_Roch (u1594@gateway/web/irccloud.com/x-ssrefmepjndvnnbz) joined #redis. [15:36:05] wilmoore (~wilmoore@70-89-165-49-ISTS-co.hfc.comcastbusiness.net) left irc: Ping timeout: 255 seconds [15:40:10] Swimming_Bird (~textual@64.70.114.88) joined #redis. [15:40:28] jacqui (u4004@gateway/web/irccloud.com/x-pffoarvlojwdfalo) joined #redis. [15:40:36] ncode (~ncode@unaffiliated/ncode) left irc: Quit: Computer has gone to sleep. [15:42:24] with a sorted set.. is there anyway to pull out the score also? [15:43:02] zitchdog (~textual@173-25-169-137.client.mchsi.com) joined #redis. [15:43:19] akahn (u2243@gateway/web/irccloud.com/x-qjtyueyrbilqppee) joined #redis. [15:44:00] omarkj (u766@gateway/web/irccloud.com/x-uwqldxnadijaqfpg) joined #redis. [15:44:06] jY: check out the "withscores" option to zrange et al [15:44:15] ok thanks [15:45:16] ampasowa (~ampasowa@41-218-226-31-adsl-dyn.4u.com.gh) left #redis. [15:47:24] senderista (~senderist@c-50-135-89-122.hsd1.wa.comcast.net) joined #redis. [15:51:30] mattbillenstein (~Adium@207.239.114.206) left irc: Read error: Connection reset by peer [15:51:50] mattbillenstein (~Adium@207.239.114.206) joined #redis. [15:55:05] drbobbeaty (~drbobbeat@38.98.137.29) left irc: Quit: drbobbeaty [15:56:08] evilhackerdude (u1451@gateway/web/irccloud.com/x-xtgjlwlpoeavafvy) joined #redis. [16:03:28] synack (~synack@pdpc/supporter/active/synack) joined #redis. [16:04:39] strmpnk (u2261@gateway/web/irccloud.com/x-lgoeacupalfrxyip) joined #redis. [16:05:30] ambroff_ (~ambroff@c-24-4-207-161.hsd1.ca.comcast.net) left irc: Quit: ambroff_ [16:06:31] ilyam (~ilyam@eng.nat.mtv.ooyala.com) joined #redis. [16:07:17] devdazed (~russ_nyc@static-96-239-59-191.nycmny.fios.verizon.net) left irc: Quit: devdazed [16:08:29] radiocats (~chatzilla@h-64-236-128-42.nat.aol.com) left irc: Remote host closed the connection [16:15:22] mattbillenstein (~Adium@207.239.114.206) left irc: Quit: Leaving. [16:17:03] sheri (~sheri@rrcs-184-74-6-204.nys.biz.rr.com) left irc: Remote host closed the connection [16:19:58] senderista (~senderist@c-50-135-89-122.hsd1.wa.comcast.net) left irc: Quit: senderista [16:21:25] jscheel (~jscheel@drupal.org/user/116197/view) left irc: Quit: jscheel [16:21:53] Sarevok (~locke@rrcs-98-101-176-132.midsouth.biz.rr.com) left #redis. [16:23:16] axl__ (~axl@173-11-52-113-Minnesota.hfc.comcastbusiness.net) left irc: Quit: axl__ [16:23:51] RobWC (~Adium@natint3.juniper.net) left irc: Quit: Leaving. [16:31:38] lee_ (56ad6a27@gateway/web/freenode/ip.86.173.106.39) joined #redis. [16:33:16] seppo0010 (~Adium@186.19.19.229) left #redis. [16:33:34] hi guys [16:34:18] anyone here? [16:34:42] lee_ (56ad6a27@gateway/web/freenode/ip.86.173.106.39) left #redis. [16:36:33] jimfleming (~jimflemin@host-68-169-154-125.WISOLT2.epbfi.com) joined #redis. [16:45:11] cinemascop89 (~yo@r186-52-43-162.dialup.adsl.anteldata.net.uy) left irc: Quit: Leaving. [16:49:30] kingfishr (~caleb@c-98-207-87-183.hsd1.ca.comcast.net) joined #redis. [16:55:55] Nick change: NuckOff -> Nuck [17:01:00] zitchdog (~textual@173-25-169-137.client.mchsi.com) left irc: Quit: Computer has gone to sleep. [17:01:35] xcbt (~xcbt@bbb72-0-165-130.bendbroadband.com) left irc: Remote host closed the connection [17:05:45] RobWC (~Adium@2001:470:1f05:f2a:f832:7f39:9a45:b2ed) joined #redis. [17:14:47] cinemascop89 (~yo@r186-52-43-162.dialup.adsl.anteldata.net.uy) joined #redis. [17:16:35] wilmoore_ (~wilmoore@70-89-165-49-ISTS-co.hfc.comcastbusiness.net) left irc: Remote host closed the connection [17:18:09] jimfleming (~jimflemin@host-68-169-154-125.WISOLT2.epbfi.com) left irc: Ping timeout: 240 seconds [17:19:57] synack (~synack@pdpc/supporter/active/synack) left #redis. [17:28:59] d0k (~d0k@p5B3B3C37.dip.t-dialin.net) left irc: Quit: This sleep has gone computing. [17:29:23] __alex (~alex@c224187.adsl.hansenet.de) left irc: Remote host closed the connection [17:29:45] gnrfan (~gnrfan@200.121.134.53) left irc: Quit: This computer has gone to sleep [17:32:46] nicholasf (~nicholasf@ppp196-159.static.internode.on.net) left #redis. [17:32:51] hackband (~hackband@1385159443.dhcp.dbnet.dk) left irc: Remote host closed the connection [17:34:20] _macro (~Neil@accessnat4.mochimedia.net) left irc: Quit: Computer has gone to sleep [17:34:37] S2kx (~S1kx@ip-95-223-80-198.unitymediagroup.de) joined #redis. [17:36:41] S1kx (~S1kx@pdpc/supporter/monthlybyte/s1kx) left irc: Ping timeout: 255 seconds [17:38:30] thehodge (~thehodge@2001:470:1f09:13a3:1cd7:58f6:9768:9b5) left irc: Remote host closed the connection [17:38:54] thehodge (~thehodge@2001:470:1f09:13a3:1cd7:58f6:9768:9b5) joined #redis. [17:39:52] sheri (~sheri@cpe-184-153-13-92.nycap.res.rr.com) joined #redis. [17:40:38] croaky (u3102@gateway/web/irccloud.com/x-bmylmimjdpdmxaen) joined #redis. [17:43:35] thehodge (~thehodge@2001:470:1f09:13a3:1cd7:58f6:9768:9b5) left irc: Ping timeout: 252 seconds [17:43:41] ajsharp (~ajsharp@li22-69.members.linode.com) joined #redis. [17:43:53] Swimming_Bird (~textual@64.70.114.88) left irc: Quit: Computer has gone to sleep. [17:44:02] is there a way to read and remove a hash by it's key atomically, in one operation? [17:44:34] dunno. can you wrap it in a small transaction [17:49:56] kppullin: not sure how redis transactions work...sounds heavy-handed for this operation though [17:50:45] i'm not really sure either. i think ive heard they can be super lightweight but i'm a redis n00b [17:54:35] rittyan (~rittyan@95-24-58-110.broadband.corbina.ru) left irc: Remote host closed the connection [17:59:37] kenperkins (~textual@174-24-171-37.tukw.qwest.net) left irc: Quit: Computer has gone to sleep. [18:04:53] ilyam (~ilyam@eng.nat.mtv.ooyala.com) left irc: Quit: ilyam [18:11:10] KevBurnsJr (~KevBurnsJ@50.0.103.39) left irc: [18:11:40] ceej (~anonymous@cpe-72-190-40-203.tx.res.rr.com) left irc: Quit: ceej [18:12:33] chrisjones (~chrisjone@ip68-224-245-47.lv.lv.cox.net) left irc: Quit: Textual IRC Client: http://www.textualapp.com/ [18:16:04] sheri (~sheri@cpe-184-153-13-92.nycap.res.rr.com) left irc: Remote host closed the connection [18:18:53] jonesy (~jonesy@pool-173-71-115-162.cmdnnj.fios.verizon.net) joined #redis. [18:19:00] mactenchi (~anonymous@gwfw1-nat.booyahcorp.com) left irc: Quit: mactenchi [18:20:51] RobWC (~Adium@2001:470:1f05:f2a:f832:7f39:9a45:b2ed) left irc: Quit: Leaving. [18:21:53] pietern (~pieter@208.91.1.14) left irc: Quit: pietern [18:24:57] Nick change: ajsharp -> ajsharp_zz [18:38:47] vsmatck (~smack@64-142-40-6.dsl.static.sonic.net) left irc: Read error: Connection reset by peer [18:39:45] vsmatck (~smack@64-142-40-6.dsl.static.sonic.net) joined #redis. [18:59:16] ilyam (~ilyam@c-67-188-113-128.hsd1.ca.comcast.net) joined #redis. [19:02:45] ilyam (~ilyam@c-67-188-113-128.hsd1.ca.comcast.net) left irc: Client Quit [19:06:55] versicolor (~quassel@83.228.17.77) left irc: Ping timeout: 276 seconds [19:09:37] tjholowaychuk (~tjholoway@S01060026bb727efe.gv.shawcable.net) left irc: Quit: Bye! [19:11:28] gnrfan (~gnrfan@190.232.85.237) joined #redis. [19:11:37] mast3rof0 (~Adium@c-71-198-122-80.hsd1.ca.comcast.net) joined #redis. [19:13:39] ceej_ (~anonymous@cpe-72-190-40-203.tx.res.rr.com) joined #redis. [19:14:33] ceej_ (~anonymous@cpe-72-190-40-203.tx.res.rr.com) left irc: Client Quit [19:42:09] ikss (~tx@gw.livedata.pl) joined #redis. [19:42:43] gregpascale (~textual@174-24-171-37.tukw.qwest.net) left irc: Quit: Computer has gone to sleep. [19:43:12] gregpascale (~textual@174-24-171-37.tukw.qwest.net) joined #redis. [19:43:12] gregpascale (~textual@174-24-171-37.tukw.qwest.net) left irc: Client Quit [19:44:49] tx__ (~tx@gw.livedata.pl) left irc: Ping timeout: 240 seconds [19:49:59] TimTimTim (~TimTim@cpe-098-026-149-108.triad.res.rr.com) left irc: Ping timeout: 248 seconds [19:57:13] synk (~synk@ugate.dwango.co.jp) left irc: Quit: Leaving... [20:01:05] kenperkins (~textual@50-47-18-37.evrt.wa.frontiernet.net) joined #redis. [20:05:07] brodyberg (~brodyberg@173-160-205-2-Washington.hfc.comcastbusiness.net) joined #redis. [20:21:27] brianseeders (~BS@108-216-88-132.lightspeed.bcvloh.sbcglobal.net) left irc: Ping timeout: 248 seconds [20:25:52] ambroff_ (~ambroff@c-24-4-207-161.hsd1.ca.comcast.net) joined #redis. [20:31:00] perezd (~derek@108-71-92-105.lightspeed.sntcca.sbcglobal.net) left irc: Quit: perezd [20:32:40] brodyberg (~brodyberg@173-160-205-2-Washington.hfc.comcastbusiness.net) left irc: Quit: brodyberg [20:40:10] gnrfan (~gnrfan@190.232.85.237) left irc: Quit: This computer has gone to sleep [20:40:54] nu7hatch (~nu7hatch@r186-52-11-41.dialup.adsl.anteldata.net.uy) joined #redis. [20:50:21] lux___ (~lux@ppp-3-69.25-151.libero.it) left irc: Quit: This computer has gone to sleep [20:51:02] dribdrab (~dribdrab@70-36-146-235.dsl.dynamic.sonic.net) left irc: Quit: dribdrab [20:56:05] rurufufuss (~rurufufus@115-64-27-246.static.tpgi.com.au) joined #redis. [21:11:06] mast3rof0 (~Adium@c-71-198-122-80.hsd1.ca.comcast.net) left irc: Quit: Leaving. [21:12:05] mast3rof0 (~Adium@c-71-198-122-80.hsd1.ca.comcast.net) joined #redis. [21:12:12] mast3rof0 (~Adium@c-71-198-122-80.hsd1.ca.comcast.net) left #redis. [21:13:44] mast3rof0 (~Adium@c-71-198-122-80.hsd1.ca.comcast.net) joined #redis. [21:14:02] mast3rof0 (~Adium@c-71-198-122-80.hsd1.ca.comcast.net) left #redis. [21:16:30] wilmoore (~wilmoore@c-67-190-17-108.hsd1.co.comcast.net) joined #redis. [21:18:22] senderista (~senderist@c-50-135-89-122.hsd1.wa.comcast.net) joined #redis. [21:21:35] kenneth (~kenneth@c-24-5-82-156.hsd1.ca.comcast.net) left irc: Quit: kenneth [21:22:47] lusis (u2537@gateway/web/irccloud.com/x-hsjmbwotaseamiwo) joined #redis. [21:24:50] nu7hatch (~nu7hatch@r186-52-11-41.dialup.adsl.anteldata.net.uy) left irc: Ping timeout: 255 seconds [21:34:54] versicolor (~quassel@83.228.17.77) joined #redis. [21:36:55] dribdrab (~dribdrab@24.130.32.37) joined #redis. [21:42:43] senderista (~senderist@c-50-135-89-122.hsd1.wa.comcast.net) left irc: Quit: senderista [21:44:49] rurufufuss (~rurufufus@115-64-27-246.static.tpgi.com.au) left irc: Read error: Connection reset by peer [21:44:57] brodyberg (~brodyberg@173-160-205-101-Washington.hfc.comcastbusiness.net) joined #redis. [21:47:44] cinemascop89 (~yo@r186-52-43-162.dialup.adsl.anteldata.net.uy) left #redis. [21:55:11] nicholasf (~nicholasf@ppp196-159.static.internode.on.net) joined #redis. [21:55:22] kenneth (~kenneth@c-67-180-9-82.hsd1.ca.comcast.net) joined #redis. [21:57:56] nu7hatch (~nu7hatch@r186-52-11-41.dialup.adsl.anteldata.net.uy) joined #redis. [22:01:15] scottw_nj (~scott@pool-173-63-18-196.nwrknj.fios.verizon.net) left irc: Quit: scottw_nj [22:43:30] kenperkins (~textual@50-47-18-37.evrt.wa.frontiernet.net) left irc: Quit: Computer has gone to sleep. [22:45:08] _macro (~Neil@c-71-204-169-22.hsd1.ca.comcast.net) joined #redis. [23:08:02] Tuxist (~quassel@dslb-092-077-014-198.pools.arcor-ip.net) joined #redis. [23:16:04] xcbt (~xcbt@bc98121.bendcable.com) joined #redis. [23:17:21] mattbillenstein (~Adium@cpe-75-84-198-75.socal.res.rr.com) joined #redis. [23:19:41] kenperkins (~textual@50-47-18-37.evrt.wa.frontiernet.net) joined #redis. [23:22:38] wilmoore (~wilmoore@c-67-190-17-108.hsd1.co.comcast.net) left irc: Ping timeout: 240 seconds [23:23:22] kenperkins (~textual@50-47-18-37.evrt.wa.frontiernet.net) left irc: Client Quit [23:30:20] brodyberg (~brodyberg@173-160-205-101-Washington.hfc.comcastbusiness.net) left irc: Quit: brodyberg [23:30:21] jl000 (~quassel@pool-96-244-37-67.bltmmd.fios.verizon.net) left irc: Quit: No Ping reply in 180 seconds. [23:30:44] jl000 (~quassel@pool-96-244-37-67.bltmmd.fios.verizon.net) joined #redis. [23:32:44] tx_ (~tx@gw.livedata.pl) joined #redis. [23:35:20] ikss (~tx@gw.livedata.pl) left irc: Ping timeout: 240 seconds [23:41:59] kenneth (~kenneth@c-67-180-9-82.hsd1.ca.comcast.net) left irc: Quit: kswizz.com [23:55:47] xcbt (~xcbt@bc98121.bendcable.com) left irc: Remote host closed the connection [00:00:00] --- Fri Jan 6 2012