- [00:00] Axsuul (~Axsuul@75-140-75-52.dhcp.mtpk.ca.charter.com) left irc: Ping timeout: 255 seconds
- [00:02] ron (~ron@unaffiliated/ron) joined #redis.
- [00:03] SteamerLight (~laurent@cla92-6-88-165-97-240.fbx.proxad.net) joined #redis.
- [00:05] SteamerLight (~laurent@cla92-6-88-165-97-240.fbx.proxad.net) left #redis.
- [00:24] Geoff_C (~OrionX@87.127.78.196) joined #redis.
- [00:25] brianseeders (~BS@108.216.88.132) left irc: Ping timeout: 260 seconds
- [00:39] ron (~ron@unaffiliated/ron) left irc: Read error: Connection timed out
- [00:44] ron (~ron@unaffiliated/ron) joined #redis.
- [01:08] postmodern (~postmoder@c-71-237-178-98.hsd1.or.comcast.net) left #redis ("Leaving").
- [01:09] insin (~insin@host109-153-223-163.range109-153.btcentralplus.com) left irc: Read error: Connection reset by peer
- [01:13] ron (~ron@unaffiliated/ron) left irc: Read error: Connection timed out
- [01:14] h0bbit (~vedang@115.108.144.9) joined #redis.
- [01:17] ron (~ron@unaffiliated/ron) joined #redis.
- [01:45] h0bbit (~vedang@115.108.144.9) left irc: Ping timeout: 252 seconds
- [01:51] ezmobius|zoning -> ezmobius|zoning|
- [01:58] h0bbit (~vedang@27.97.202.251) joined #redis.
- [02:04] insin (~insin@host109-153-223-163.range109-153.btcentralplus.com) joined #redis.
- [02:05] AmirBehzad (~behzad@31.184.187.2) left irc: Ping timeout: 255 seconds
- [02:07] PeterOOO (bca745b3@gateway/web/freenode/ip.188.167.69.179) joined #redis.
- [02:10] <PeterOOO> Hello, newbie here. I'm looking for (simple) K/V datastore with the support of versioned values. Is Redis suitable for this scenario?
- [02:15] versicolor (~quassel@90.154.198.78) left irc: Read error: Operation timed out
- [02:15] <vsmatck> Can you elaborate on "versioned values". Are you thinking a version control type of thing for key/value pairs where it stores past revisions?
- [02:16] <PeterOOO> yes, exactly
- [02:16] versicolor (~quassel@90.154.213.54) joined #redis.
- [02:17] <vsmatck> Redis doesn't directly support that but it's flexible enough to implement something like that on top of. You could use a list for example. A new revision could be modeled by pushing a element on to a list.
- [02:17] <PeterOOO> I want to be able to ask for a key and possibly for its previous revisions.
- [02:18] <PeterOOO> and then asking for the last item of the list, right?
- [02:18] <vsmatck> yeah
- [02:19] user_ (~user@e177221095.adsl.alicedsl.de) joined #redis.
- [02:21] <PeterOOO> Two question though: so I have to load the whole list into memory just to read its last item? (probably not as Redis is memory anyway) and How fast that would be? I mean, isn't this forcing Redis to do something it was not designed to do in the first place?
- [02:21] waawal (~user@e177203139.adsl.alicedsl.de) left irc: Ping timeout: 252 seconds
- [02:22] <vsmatck> Redis has commands where you can get at specific elements of the list. Redis lists are skiplists so it'd be fast to get at any revision. It'd be very fast.
- [02:22] <vsmatck> To find out specifically how fast there's a redis benchmark utility which allows you to benchmark specific commands.
- [02:23] <vsmatck> But it'd be at least 10's of thousands per second.
- [02:24] <PeterOOO> Ok, cool. Thanks for the answers!
- [02:24] <vsmatck> np
- [02:26] PeterOOO (bca745b3@gateway/web/freenode/ip.188.167.69.179) left irc: Quit: Page closed
- [02:29] alxgsv (~longman@46.250.131.229) left irc: Quit: alxgsv
- [02:31] S1kx (~S1kx@ip-95-223-80-198.unitymediagroup.de) joined #redis.
- [02:31] S1kx (~S1kx@ip-95-223-80-198.unitymediagroup.de) left irc: Changing host
- [02:31] S1kx (~S1kx@pdpc/supporter/monthlybyte/s1kx) joined #redis.
- [02:43] AmirBehzad (~behzad@31.184.187.2) joined #redis.
- [02:47] tdegrunt (~tdegrunt@ip6-84-210-87.adsl2.static.versatel.nl) joined #redis.
- [02:48] AmirBehzad (~behzad@31.184.187.2) left #redis.
- [03:24] msch (~msch@static.74.108.46.78.clients.your-server.de) left irc: Excess Flood
- [03:42] Nuck -> NuckOff
- [03:56] ira (~ira@c-24-147-21-104.hsd1.ma.comcast.net) joined #redis.
- [03:59] Geoff_C (~OrionX@87.127.78.196) left irc: Ping timeout: 260 seconds
- [04:02] Geoff_C (~OrionX@87.127.78.196) joined #redis.
- [04:06] tdegrunt (~tdegrunt@ip6-84-210-87.adsl2.static.versatel.nl) left irc: Quit: Leaving...
- [04:06] seppo0010 (~Adium@186.19.19.229) joined #redis.
- [04:08] seppo0010 (~Adium@186.19.19.229) left irc: Client Quit
- [04:29] h0bbit (~vedang@27.97.202.251) left irc: Read error: Connection reset by peer
- [04:32] ira (~ira@c-24-147-21-104.hsd1.ma.comcast.net) left irc: Quit: Leaving...
- [04:36] PiotrSikora (~none@nginx/adept/piotrsikora) left irc: Excess Flood
- [04:37] PiotrSikora (~none@nginx/adept/piotrsikora) joined #redis.
- [04:52] h0bbit (~vedang@115.108.144.9) joined #redis.
- [04:58] braddunbar (~brad@rrcs-98-101-197-245.midsouth.biz.rr.com) joined #redis.
- [04:58] seivan (~seivan@cm242.eta204.maxonline.com.sg) left irc: Remote host closed the connection
- [05:00] ggg (5202d285@gateway/web/freenode/ip.82.2.210.133) joined #redis.
- [05:03] braddunbar (~brad@rrcs-98-101-197-245.midsouth.biz.rr.com) left irc: Ping timeout: 272 seconds
- [05:06] h0bbit (~vedang@115.108.144.9) left irc: Ping timeout: 248 seconds
- [05:14] gnrfan (~gnrfan@190.233.210.226) joined #redis.
- [05:16] seivan (~seivan@cm242.eta204.maxonline.com.sg) joined #redis.
- [05:20] ezmobius|zoning| (~ezmobius@c-71-193-218-78.hsd1.or.comcast.net) left irc: Quit: peace out
- [05:23] jdunck -> jdunck_away
- [05:23] jdunck_away -> jdunck
- [05:25] ira (~ira@c-24-147-21-104.hsd1.ma.comcast.net) joined #redis.
- [05:34] soveran (~soveran@186.19.214.247) joined #redis.
- [05:37] seivan (~seivan@cm242.eta204.maxonline.com.sg) left irc: Remote host closed the connection
- [05:39] ira (~ira@c-24-147-21-104.hsd1.ma.comcast.net) left irc: Quit: Computer has gone to sleep.
- [05:46] ggg (5202d285@gateway/web/freenode/ip.82.2.210.133) left irc: Quit: Page closed
- [05:56] soveran (~soveran@186.19.214.247) left irc: Remote host closed the connection
- [05:59] user_ (~user@e177221095.adsl.alicedsl.de) left irc: Ping timeout: 252 seconds
- [06:00] stask312 (~stask312@62.219.149.27) left irc: Remote host closed the connection
- [06:00] stask312 (~stask312@62.219.149.27) joined #redis.
- [06:05] stask312 (~stask312@62.219.149.27) left irc: Ping timeout: 240 seconds
- [06:05] Geoff_C (~OrionX@87.127.78.196) left irc:
- [06:06] Geoff_C (~OrionX@87.127.78.196) joined #redis.
- [06:17] S1kx (~S1kx@pdpc/supporter/monthlybyte/s1kx) left irc: Ping timeout: 255 seconds
- [06:17] S1kx (~S1kx@ip-95-223-80-198.unitymediagroup.de) joined #redis.
- [06:17] S1kx (~S1kx@ip-95-223-80-198.unitymediagroup.de) left irc: Changing host
- [06:17] S1kx (~S1kx@pdpc/supporter/monthlybyte/s1kx) joined #redis.
- [06:21] seppo0010 (~Adium@186.19.19.229) joined #redis.
- [06:23] seppo0010 (~Adium@186.19.19.229) left irc: Client Quit
- [06:34] gnrfan (~gnrfan@190.233.210.226) left irc: Quit: This computer has gone to sleep
- [06:37] wimplash (~Adium@wireless.sit-co.net) joined #redis.
- [06:37] wtpayne (~textual@pool-108-14-209-60.nycmny.east.verizon.net) joined #redis.
- [06:41] sheri (~sheri@94.sub-166-248-12.myvzw.com) joined #redis.
- [06:58] ron (~ron@unaffiliated/ron) left irc: Read error: Connection reset by peer
- [07:01] jtsnow (~jtsnow@75-169-84-216.slkc.qwest.net) joined #redis.
- [07:04] ncode (~ncode@189.38.154.97) joined #redis.
- [07:04] ncode (~ncode@189.38.154.97) left irc: Changing host
- [07:04] ncode (~ncode@unaffiliated/ncode) joined #redis.
- [07:05] sheri (~sheri@94.sub-166-248-12.myvzw.com) left irc: Remote host closed the connection
- [07:06] jtsnow (~jtsnow@75-169-84-216.slkc.qwest.net) left irc: Quit: jtsnow
- [07:10] cinemascop89 (~yo@r190-134-16-73.dialup.adsl.anteldata.net.uy) joined #redis.
- [07:17] seivan (~seivan@cm242.eta204.maxonline.com.sg) joined #redis.
- [07:50] nopz___ (~nopz___@8.14.117.35) joined #redis.
- [07:50] <nopz___> Hi
- [07:51] cinemascop89 (~yo@r190-134-16-73.dialup.adsl.anteldata.net.uy) left irc: Quit: Leaving.
- [07:51] <nopz___> does redis pub sub allow round-robin across multiple subscribers ?
- [07:52] <nopz___> or it only acts as a broadcast?
- [07:52] jtsnow (~jtsnow@75-169-84-216.slkc.qwest.net) joined #redis.
- [08:04] braddunbar (~brad@rrcs-98-101-197-245.midsouth.biz.rr.com) joined #redis.
- [08:12] <nopz___> well it seems not
- [08:12] <nopz___> pub/sub is broadcast messaging
- [08:13] Axsuul (~Axsuul@75-140-75-52.dhcp.mtpk.ca.charter.com) joined #redis.
- [08:16] braddunbar (~brad@rrcs-98-101-197-245.midsouth.biz.rr.com) left irc: Ping timeout: 240 seconds
- [08:18] jtsnow (~jtsnow@75-169-84-216.slkc.qwest.net) left irc: Quit: jtsnow
- [08:24] flebel (~flebel@unaffiliated/flebel) left irc: Read error: Operation timed out
- [08:29] flebel (~flebel@unaffiliated/flebel) joined #redis.
- [08:40] Axsuul (~Axsuul@75-140-75-52.dhcp.mtpk.ca.charter.com) left irc: Ping timeout: 260 seconds
- [08:43] ank (~ank@c-67-172-16-188.hsd1.pa.comcast.net) joined #redis.
- [08:44] cinemascop89 (~yo@r186-52-12-63.dialup.adsl.anteldata.net.uy) joined #redis.
- [08:52] ron__ (~ron@unaffiliated/ron) joined #redis.
- [08:56] ron__ -> ron
- [08:59] donspaulding (~donspauld@173-118-62-215.pools.spcsdns.net) joined #redis.
- [09:06] cinemascop89 (~yo@r186-52-12-63.dialup.adsl.anteldata.net.uy) left #redis.
- [09:16] gnrfan (~gnrfan@190.233.210.226) joined #redis.
- [09:20] stask312 (~stask312@62.219.149.27) joined #redis.
- [09:20] seivan (~seivan@cm242.eta204.maxonline.com.sg) left irc: Remote host closed the connection
- [09:25] gnrfan (~gnrfan@190.233.210.226) left irc: Ping timeout: 260 seconds
- [09:29] girasquid (~girasquid@174.3.247.57) joined #redis.
- [09:30] <girasquid> If I have a bunch of keys in the format foo.bar.baz:1990-01-02, foo.bar.baz:1990-02-03, what would be the best way to get all the keys between 1990-01-01 and 1990-02-01 ?
- [09:31] <girasquid> Would it be to pull down foo.bar.baz:1990-??-?? and then just filter them in my code, or is there some Redis magic I don't know?
- [09:31] <ron> the former.
- [09:31] <girasquid> fair enough - thanks
- [09:31] <ron> there's a way to do the latter, but it's extremely inefficient.
- [09:32] <ron> if it's important enough, consider changing your data structure.
- [09:32] <girasquid> Any recommendations? We were originally thinking of using a sorted set, but we need duplicate values
- [09:32] <ron> what are the values of each key?
- [09:33] <girasquid> integers
- [09:33] <ron> list, set, sorted set, string, hash? :)
- [09:33] <girasquid> string, I guess - the only command being used to store the values is incrby
- [09:33] <ron> I see
- [09:34] <ron> and are the ranges you want to query fixed?
- [09:34] <girasquid> I am not sure what you mean
- [09:35] <ron> .:girasquid:. If I have a bunch of keys in the format foo.bar.baz:1990-01-02, foo.bar.baz:1990-02-03, what would be the best way to get all the keys between 1990-01-01 and 1990-02-01 ?
- [09:35] <girasquid> I don't think so, if I'm understanding correctly - 1990-01-01 -> 1990-02-1 is one example, but I'll also need to query stuff like 1995-01-01 - 1995-08-09
- [09:36] <ron> I see.
- [09:37] <ron> well, consider using a hash. have the key be foo.bar.baz, the field be the date, and the value be the value. then use hmget to get a set of relevant fields.
- [09:37] <girasquid> okay - I'll read up
- [09:37] <girasquid> Thanks!
- [09:37] <ron> np
- [09:38] <girasquid> I just caught this in the docs - "A hash with a few fields (where few means up to one hundred or so) is stored in a way that takes very little space" - is there a situation where hash storage starts to break down? I need something like 3-4k keys/hash
- [09:39] <ron> I doubt it'll an issue, but look at the documentation, I think there's a way to set hashes to be as efficient with more fields.
- [09:39] emocakes (~om@p4FEA58A5.dip.t-dialin.net) joined #redis.
- [09:39] <girasquid> okay - thanks
- [09:44] seivan (~seivan@cm242.eta204.maxonline.com.sg) joined #redis.
- [09:47] ron (~ron@unaffiliated/ron) left irc: Read error: Connection reset by peer
- [09:48] ron (~ron@unaffiliated/ron) joined #redis.
- [09:52] S1kx (~S1kx@pdpc/supporter/monthlybyte/s1kx) left irc: Read error: Connection reset by peer
- [09:53] S1kx (~S1kx@ip-95-223-80-198.unitymediagroup.de) joined #redis.
- [09:53] S1kx (~S1kx@ip-95-223-80-198.unitymediagroup.de) left irc: Changing host
- [09:53] S1kx (~S1kx@pdpc/supporter/monthlybyte/s1kx) joined #redis.
- [09:53] TimTim (~TimTim@cpe-098-026-149-108.triad.res.rr.com) left irc: Ping timeout: 252 seconds
- [09:56] donspaulding (~donspauld@173-118-62-215.pools.spcsdns.net) left irc: Ping timeout: 252 seconds
- [10:12] pietern (~pieter@c-24-130-151-196.hsd1.ca.comcast.net) joined #redis.
- [10:12] #redis: mode change '+v pietern' by ChanServ!ChanServ@services.
- [10:15] Transformer (~Transform@ool-4a59e397.dyn.optonline.net) joined #redis.
- [10:16] girasquid (~girasquid@174.3.247.57) left #redis.
- [10:17] Transformer (~Transform@ool-4a59e397.dyn.optonline.net) left #redis.
- [10:27] wtpayne (~textual@pool-108-14-209-60.nycmny.east.verizon.net) left irc:
- [10:28] pietern (~pieter@c-24-130-151-196.hsd1.ca.comcast.net) left irc: Quit: pietern
- [10:28] brianseeders (~BS@108-216-88-132.lightspeed.bcvloh.sbcglobal.net) joined #redis.
- [10:31] mattly (~mattly@c-98-246-197-96.hsd1.or.comcast.net) joined #redis.
- [10:34] ezmobius (~ezmobius@c-71-193-218-78.hsd1.or.comcast.net) joined #redis.
- [10:45] mattly (~mattly@c-98-246-197-96.hsd1.or.comcast.net) left irc: Remote host closed the connection
- [10:50] gnrfan (~gnrfan@190.233.210.226) joined #redis.
- [10:54] gnrfan (~gnrfan@190.233.210.226) left irc: Client Quit
- [11:01] powdahound (~garret@c-67-169-42-52.hsd1.ca.comcast.net) joined #redis.
- [11:01] ncode (~ncode@unaffiliated/ncode) left irc: Quit: Computer has gone to sleep.
- [11:10] ira (~ira@c-24-147-21-104.hsd1.ma.comcast.net) joined #redis.
- [11:28] mjr_ (~mjr_@cpe-66-91-117-138.hawaii.res.rr.com) joined #redis.
- [11:35] h0bbit (~vedang@59.95.18.119) joined #redis.
- [11:41] d0k (~d0k@p5B3B27F5.dip.t-dialin.net) left irc: Quit: This sleep has gone computing.
- [11:52] QiBala (~QiBala@nodester.com) left irc: Remote host closed the connection
- [11:52] QiBala (~QiBala@nodester.com) joined #redis.
- [11:55] vkandy (~vkandy@S0106687f7462756b.cg.shawcable.net) joined #redis.
- [11:56] ambroff_ (~ambroff@c-24-4-207-161.hsd1.ca.comcast.net) joined #redis.
- [12:02] ira (~ira@c-24-147-21-104.hsd1.ma.comcast.net) left irc: Quit: Leaving...
- [12:23] `3rdEden (~V1@207.239.114.206) joined #redis.
- [12:29] ambroff_ (~ambroff@c-24-4-207-161.hsd1.ca.comcast.net) left irc: Read error: Connection reset by peer
- [12:29] ambroff_ (~ambroff@c-24-4-207-161.hsd1.ca.comcast.net) joined #redis.
- [12:30] gnrfan (~gnrfan@200.48.22.49) joined #redis.
- [12:31] wtpayne (~textual@pool-108-14-209-60.nycmny.east.verizon.net) joined #redis.
- [12:41] ambroff_ (~ambroff@c-24-4-207-161.hsd1.ca.comcast.net) left irc: Quit: ambroff_
- [12:49] ctp (~ctp@nl.gigabit.perfect-privacy.com) joined #redis.
- [12:50] <ctp> Hi folks. Is there anything like sismember for lists available in Redis? How to check if a list contains an element?
- [12:51] _h0bbit (~vedang@59.95.17.76) joined #redis.
- [12:54] h0bbit (~vedang@59.95.18.119) left irc: Ping timeout: 252 seconds
- [13:01] jdunck -> jdunck_away
- [13:01] jdunck_away -> jdunck
- [13:11] ira (~ira@c-24-147-21-104.hsd1.ma.comcast.net) joined #redis.
- [13:21] vsmatck (~smack@64-142-40-6.dsl.static.sonic.net) left irc: Remote host closed the connection
- [13:22] `3rdEden (~V1@207.239.114.206) left irc: Read error: Connection reset by peer
- [13:24] <eddd> :<
- [13:26] vsmatck (~smack@64-142-40-6.dsl.static.sonic.net) joined #redis.
- [13:28] wimplash (~Adium@wireless.sit-co.net) left #redis.
- [13:29] timoxley (~timoxley@60-242-247-24.static.tpgi.com.au) left irc: Quit: Computer has gone to sleep.
- [13:34] wam (~wam@dslb-188-099-194-094.pools.arcor-ip.net) joined #redis.
- [13:34] wam (~wam@dslb-188-099-194-094.pools.arcor-ip.net) left irc: Changing host
- [13:34] wam (~wam@unaffiliated/wam) joined #redis.
- [13:36] ezmobius -> ezmobius|zoning
- [13:39] mattly (~mattly@c-98-246-197-96.hsd1.or.comcast.net) joined #redis.
- [13:42] S2kx (~S1kx@ip-95-223-80-198.unitymediagroup.de) joined #redis.
- [13:45] S1kx (~S1kx@pdpc/supporter/monthlybyte/s1kx) left irc: Ping timeout: 276 seconds
- [14:00] tilgovi (~randall@couchdb/developer/tilgovi) joined #redis.
- [14:03] tilgovi (~randall@couchdb/developer/tilgovi) left irc: Remote host closed the connection
- [14:05] ilyam (~ilyam@c-67-188-113-128.hsd1.ca.comcast.net) joined #redis.
- [14:05] ilyam (~ilyam@c-67-188-113-128.hsd1.ca.comcast.net) left irc: Client Quit
- [14:08] NuckOff -> Nuck
- [14:11] emocakes (~om@p4FEA58A5.dip.t-dialin.net) left irc: Ping timeout: 252 seconds
- [14:21] _h0bbit (~vedang@59.95.17.76) left irc: Ping timeout: 252 seconds
- [14:27] timoxley (~timoxley@203-206-243-4.dyn.iinet.net.au) joined #redis.
- [14:29] ron (~ron@unaffiliated/ron) left irc: Ping timeout: 252 seconds
- [14:30] ezmobius|zoning -> ezmobius|zoning|
- [14:31] ncode (~ncode@unaffiliated/ncode) joined #redis.
- [14:36] timoxley (~timoxley@203-206-243-4.dyn.iinet.net.au) left irc: Ping timeout: 240 seconds
- [14:36] powdahound (~garret@c-67-169-42-52.hsd1.ca.comcast.net) left irc: Quit: Computer has gone to sleep.
- [14:37] ehd (u1451@gateway/web/irccloud.com/x-radqxutoepcawvwf) left irc: Quit: Connection closed for inactivity
- [14:40] timoxley (~timoxley@203-206-243-4.dyn.iinet.net.au) joined #redis.
- [14:43] timoxley_ (~timoxley@203-206-243-4.dyn.iinet.net.au) joined #redis.
- [14:45] timoxley (~timoxley@203-206-243-4.dyn.iinet.net.au) left irc: Ping timeout: 252 seconds
- [14:51] TimTim (TimTim@cpe-098-026-149-108.triad.res.rr.com) joined #redis.
- [14:52] emocakes (~om@p4FEA58A5.dip.t-dialin.net) joined #redis.
- [14:53] emocakes (~om@p4FEA58A5.dip.t-dialin.net) left irc: Read error: Connection reset by peer
- [14:54] emocakes (~om@p4FEA58A5.dip.t-dialin.net) joined #redis.
- [14:55] TimTim (TimTim@cpe-098-026-149-108.triad.res.rr.com) left irc: Ping timeout: 252 seconds
- [14:55] brianseeders (~BS@108-216-88-132.lightspeed.bcvloh.sbcglobal.net) left irc: Ping timeout: 244 seconds
- [15:00] timoxley_ (~timoxley@203-206-243-4.dyn.iinet.net.au) left irc: Ping timeout: 245 seconds
- [15:02] wam (~wam@unaffiliated/wam) left irc: Quit: Ex-Chat
- [15:05] mattbillenstein1 (~Adium@cpe-75-84-198-75.socal.res.rr.com) joined #redis.
- [15:05] mattbillenstein (~Adium@cpe-75-84-198-75.socal.res.rr.com) left irc: Read error: No route to host
- [15:06] nopz___ (~nopz___@8.14.117.35) left irc: Quit: This computer has gone to sleep
- [15:08] timoxley (~timoxley@203-206-243-4.dyn.iinet.net.au) joined #redis.
- [15:09] nopz___ (~nopz___@8.14.117.35) joined #redis.
- [15:11] nopz___ (~nopz___@8.14.117.35) left irc: Client Quit
- [15:12] emocakes (~om@p4FEA58A5.dip.t-dialin.net) left irc: Ping timeout: 255 seconds
- [15:13] emocakes (~om@p4FEA58A5.dip.t-dialin.net) joined #redis.
- [15:18] oner (~om@p4FEA58A5.dip.t-dialin.net) joined #redis.
- [15:18] emocakes (~om@p4FEA58A5.dip.t-dialin.net) left irc: Read error: Connection reset by peer
- [15:20] wtpayne (~textual@pool-108-14-209-60.nycmny.east.verizon.net) left irc:
- [15:24] rittyan (~rittyan@176.14.165.7) left irc: Remote host closed the connection
- [15:27] ctp_ (~ctp@dslc-082-083-157-081.pools.arcor-ip.net) joined #redis.
- [15:27] ctp- (~ctp@213.163.64.43) joined #redis.
- [15:30] ctp (~ctp@nl.gigabit.perfect-privacy.com) left irc: Ping timeout: 244 seconds
- [15:31] ctp_ (~ctp@dslc-082-083-157-081.pools.arcor-ip.net) left irc: Ping timeout: 252 seconds
- [15:41] seppo0010 (~Adium@186.19.19.229) joined #redis.
- [15:41] seppo0010 (~Adium@186.19.19.229) left #redis.
- [15:41] drbobbeaty (~drbobbeat@c-67-184-75-162.hsd1.il.comcast.net) joined #redis.
- [15:42] johnsanders (~johnsande@c-69-181-21-76.hsd1.ca.comcast.net) joined #redis.
- [15:44] oner (~om@p4FEA58A5.dip.t-dialin.net) left irc: Read error: Connection reset by peer
- [15:44] emocakes (~om@p4FEA58A5.dip.t-dialin.net) joined #redis.
- [15:45] drbobbeaty (~drbobbeat@c-67-184-75-162.hsd1.il.comcast.net) left irc: Client Quit
- [15:46] ncode (~ncode@unaffiliated/ncode) left irc: Quit: Computer has gone to sleep.
- [15:47] emocakes (~om@p4FEA58A5.dip.t-dialin.net) left irc: Client Quit
- [16:02] brianseeders (~BS@108-216-88-132.lightspeed.bcvloh.sbcglobal.net) joined #redis.
- [16:22] ^gnrfan^ (~gnrfan@190.232.86.123) joined #redis.
- [16:23] gnrfan (~gnrfan@200.48.22.49) left irc: Read error: Connection reset by peer
- [16:26] ambroff_ (~ambroff@c-24-4-207-161.hsd1.ca.comcast.net) joined #redis.
- [16:27] KevBurnsJr_ (~KevBurnsJ@c-67-164-98-121.hsd1.ca.comcast.net) left irc: Ping timeout: 252 seconds
- [16:28] ^gnrfan^ (~gnrfan@190.232.86.123) left irc: Ping timeout: 272 seconds
- [16:29] ^gnrfan^ (~gnrfan@200.48.22.49) joined #redis.
- [16:32] KevBurnsJr (~KevBurnsJ@c-67-164-98-121.hsd1.ca.comcast.net) joined #redis.
- [16:36] Brend (~brend@60-251-59-178.HINET-IP.hinet.net) left irc: Remote host closed the connection
- [16:36] ambroff_ (~ambroff@c-24-4-207-161.hsd1.ca.comcast.net) left irc: Quit: ambroff_
- [16:40] KevBurnsJr (~KevBurnsJ@c-67-164-98-121.hsd1.ca.comcast.net) left irc: Ping timeout: 245 seconds
- [16:46] KevBurnsJr (~KevBurnsJ@c-67-164-98-121.hsd1.ca.comcast.net) joined #redis.
- [16:48] cinemascop89 (~yo@r186-52-48-187.dialup.adsl.anteldata.net.uy) joined #redis.
- [16:50] ircdearia (~mizerydea@unaffiliated/necrodearia) left irc: Ping timeout: 255 seconds
- [16:52] jdunck -> jdunck_away
- [16:53] jdunck_away -> jdunck
- [16:54] vkandy (~vkandy@S0106687f7462756b.cg.shawcable.net) left irc: Quit: Leaving
- [16:55] KevBurnsJr (~KevBurnsJ@c-67-164-98-121.hsd1.ca.comcast.net) left irc: Ping timeout: 252 seconds
- [17:00] KevBurnsJr (~KevBurnsJ@c-67-164-98-121.hsd1.ca.comcast.net) joined #redis.
- [17:05] cinemascop89 (~yo@r186-52-48-187.dialup.adsl.anteldata.net.uy) left irc: Quit: Leaving.
- [17:11] ncode (~ncode@unaffiliated/ncode) joined #redis.
- [17:13] KevBurnsJr (~KevBurnsJ@c-67-164-98-121.hsd1.ca.comcast.net) left irc: Ping timeout: 272 seconds
- [17:13] ctp (~ctp@dslc-082-083-157-081.pools.arcor-ip.net) joined #redis.
- [17:13] ctp (~ctp@dslc-082-083-157-081.pools.arcor-ip.net) left irc: Read error: Connection reset by peer
- [17:15] wtpayne (~textual@pool-108-14-209-60.nycmny.east.verizon.net) joined #redis.
- [17:17] ctp- (~ctp@213.163.64.43) left irc: Ping timeout: 252 seconds
- [17:19] KevBurnsJr (~KevBurnsJ@c-67-164-98-121.hsd1.ca.comcast.net) joined #redis.
- [17:21] Nuck -> NuckOff
- [17:25] KevBurnsJr (~KevBurnsJ@c-67-164-98-121.hsd1.ca.comcast.net) left irc: Ping timeout: 260 seconds
- [17:31] KevBurnsJr (~KevBurnsJ@c-67-164-98-121.hsd1.ca.comcast.net) joined #redis.
- [17:39] KevBurnsJr (~KevBurnsJ@c-67-164-98-121.hsd1.ca.comcast.net) left irc: Ping timeout: 252 seconds
- [17:40] ryanbriones (u2050@gateway/web/irccloud.com/x-cowjqajsthothbgm) left irc: Quit: Connection closed for inactivity
- [17:40] cinemascop89 (~yo@r186-52-48-187.dialup.adsl.anteldata.net.uy) joined #redis.
- [17:44] KevBurnsJr (~KevBurnsJ@c-67-164-98-121.hsd1.ca.comcast.net) joined #redis.
- [17:48] KevBurnsJr (~KevBurnsJ@c-67-164-98-121.hsd1.ca.comcast.net) left irc: Ping timeout: 248 seconds
- [17:50] NuckOff -> Nuck
- [17:54] KevBurnsJr (~KevBurnsJ@c-67-164-98-121.hsd1.ca.comcast.net) joined #redis.
- [18:01] KevBurnsJr (~KevBurnsJ@c-67-164-98-121.hsd1.ca.comcast.net) left irc: Ping timeout: 240 seconds
- [18:06] KevBurnsJr (~KevBurnsJ@c-67-164-98-121.hsd1.ca.comcast.net) joined #redis.
- [18:09] ircdearia (~mizerydea@unaffiliated/necrodearia) joined #redis.
- [18:11] wilmoore (~wilmoore@c-67-190-17-108.hsd1.co.comcast.net) joined #redis.
- [18:16] jdunck (~jdunck@173-45-226-22.slicehost.net) left irc: Ping timeout: 252 seconds
- [18:17] jdunck (~jdunck@173-45-226-22.slicehost.net) joined #redis.
- [18:17] jdunck -> jdunck_away
- [18:17] jdunck_away -> jdunck
- [18:19] TimTim (TimTim@cpe-098-026-149-108.triad.res.rr.com) joined #redis.
- [18:21] Nuck -> NuckOff
- [18:30] KevBurnsJr (~KevBurnsJ@c-67-164-98-121.hsd1.ca.comcast.net) left irc: Ping timeout: 252 seconds
- [18:31] NuckOff (~Nuck@unaffiliated/nuck) left irc: Excess Flood
- [18:31] Nuck (~Nuck@unaffiliated/nuck) joined #redis.
- [18:31] Nuck -> NuckOff
- [18:46] ezmobius (~ezmobius@c-71-193-218-78.hsd1.or.comcast.net) joined #redis.
- [18:49] wilmoore (~wilmoore@c-67-190-17-108.hsd1.co.comcast.net) left irc: Remote host closed the connection
- [18:50] ezmobius|zoning| (~ezmobius@c-71-193-218-78.hsd1.or.comcast.net) left irc: Ping timeout: 272 seconds
- [18:53] Geoff_C (~OrionX@87.127.78.196) left irc: Ping timeout: 245 seconds
- [18:59] Geoff_C (~OrionX@87.127.78.196) joined #redis.
- [18:59] JulioBarros (~JulioBarr@c-69-181-208-21.hsd1.ca.comcast.net) left irc: Read error: Connection reset by peer
- [18:59] willeh (~willeh@c80-216-86-106.bredband.comhem.se) left irc: Ping timeout: 260 seconds
- [18:59] JulioBarros (~JulioBarr@c-69-181-208-21.hsd1.ca.comcast.net) joined #redis.
- [19:00] ank (~ank@c-67-172-16-188.hsd1.pa.comcast.net) left irc: Quit: ank
- [19:00] ank (~ank@c-67-172-16-188.hsd1.pa.comcast.net) joined #redis.
- [19:00] versicolor (~quassel@90.154.213.54) left irc: Quit: No Ping reply in 180 seconds.
- [19:01] willeh (~willeh@c80-216-86-106.bredband.comhem.se) joined #redis.
- [19:02] versicolor (~quassel@90.154.213.54) joined #redis.
- [19:02] zerok (~zerok@pdpc/supporter/active/zerok) left irc: Quit: ZNC - http://znc.in
- [19:02] ezkl (ezkl@ezkl.net) left irc: Ping timeout: 260 seconds
- [19:03] strmpnk (u2261@gateway/web/irccloud.com/x-ixcvgkklcxuoskfy) left irc: Ping timeout: 260 seconds
- [19:03] srid (u3297@gateway/web/irccloud.com/x-zpngrmbrmqmfigdm) left irc: Ping timeout: 260 seconds
- [19:04] stask312 (~stask312@62.219.149.27) left irc: Remote host closed the connection
- [19:04] wereHamster (~tomc@unaffiliated/werehamster) left irc: Ping timeout: 260 seconds
- [19:04] skomorokh (~skomorokh@rose.makesad.us) left irc: Ping timeout: 260 seconds
- [19:04] pranq (pranq@unaffiliated/contempt) left irc: Ping timeout: 260 seconds
- [19:04] stask312 (~stask312@62.219.149.27) joined #redis.
- [19:04] pranq (pranq@unaffiliated/contempt) joined #redis.
- [19:05] zerok (~zerok@pdpc/supporter/active/zerok) joined #redis.
- [19:05] skomorokh (~skomorokh@rose.makesad.us) joined #redis.
- [19:05] wereHamster (~tomc@unaffiliated/werehamster) joined #redis.
- [19:05] ezkl (ezkl@ezkl.net) joined #redis.
- [19:07] maqr (~maqr@c-68-37-199-128.hsd1.nj.comcast.net) joined #redis.
- [19:07] maqr (~maqr@c-68-37-199-128.hsd1.nj.comcast.net) left irc: Changing host
- [19:07] maqr (~maqr@httpcraft/hax) joined #redis.
- [19:09] stask312 (~stask312@62.219.149.27) left irc: Ping timeout: 240 seconds
- [19:10] JulioBarros (~JulioBarr@c-69-181-208-21.hsd1.ca.comcast.net) left irc: Quit: JulioBarros
- [19:10] ezmobius -> ezmobius|zoning
- [19:11] ^gnrfan^ (~gnrfan@200.48.22.49) left irc: Quit: This computer has gone to sleep
- [19:11] srid (u3297@gateway/web/irccloud.com/x-kgcxzszjpmlwevnq) joined #redis.
- [19:11] srid (u3297@gateway/web/irccloud.com/x-kgcxzszjpmlwevnq) left irc: Changing host
- [19:11] srid (u3297@unaffiliated/srid) joined #redis.
- [19:11] srid (u3297@unaffiliated/srid) left irc: Changing host
- [19:11] srid (u3297@gateway/web/irccloud.com/x-kgcxzszjpmlwevnq) joined #redis.
- [19:18] strmpnk (u2261@gateway/web/irccloud.com/x-nysdnrngqhltbqoe) joined #redis.
- [19:24] jonesy (~jonesy@pool-173-71-115-162.cmdnnj.fios.verizon.net) joined #redis.
- [19:51] timoxley (~timoxley@203-206-243-4.dyn.iinet.net.au) left irc: Ping timeout: 252 seconds
- [19:52] timoxley (~timoxley@124-171-194-241.dyn.iinet.net.au) joined #redis.
- [20:04] ank (~ank@c-67-172-16-188.hsd1.pa.comcast.net) left irc: Quit: ank
- [20:26] wilmoore (~wilmoore@c-67-190-17-108.hsd1.co.comcast.net) joined #redis.
- [20:40] stask312 (~stask312@62.219.149.27) joined #redis.
- [20:40] Axsuul (~Axsuul@75-140-75-52.dhcp.mtpk.ca.charter.com) joined #redis.
- [20:40] Axsuul (~Axsuul@75-140-75-52.dhcp.mtpk.ca.charter.com) left irc: Excess Flood
- [20:40] Axsuul (~Axsuul@75-140-75-52.dhcp.mtpk.ca.charter.com) joined #redis.
- [20:40] Axsuul (~Axsuul@75-140-75-52.dhcp.mtpk.ca.charter.com) left irc: Excess Flood
- [20:40] Axsuul (~Axsuul@75-140-75-52.dhcp.mtpk.ca.charter.com) joined #redis.
- [20:41] Axsuul (~Axsuul@75-140-75-52.dhcp.mtpk.ca.charter.com) left irc: Excess Flood
- [20:41] Axsuul (~Axsuul@75-140-75-52.dhcp.mtpk.ca.charter.com) joined #redis.
- [20:44] stask312 (~stask312@62.219.149.27) left irc: Ping timeout: 245 seconds
- [21:03] perezd (~derek@99-105-56-161.lightspeed.sntcca.sbcglobal.net) left irc: Quit: perezd
- [21:12] ron (~ron@unaffiliated/ron) joined #redis.
- [21:32] ira (~ira@c-24-147-21-104.hsd1.ma.comcast.net) left irc: Quit: Leaving...
- [21:35] soveran (~soveran@186.19.214.247) joined #redis.
- [21:51] soveran (~soveran@186.19.214.247) left irc: Remote host closed the connection
- [21:52] ncode (~ncode@unaffiliated/ncode) left irc: Quit: Computer has gone to sleep.
- [22:09] johnsanders (~johnsande@c-69-181-21-76.hsd1.ca.comcast.net) left irc: Quit: Leaving...
- [22:10] johnsanders (~johnsande@c-69-181-21-76.hsd1.ca.comcast.net) joined #redis.
- [22:15] cinemascop89 (~yo@r186-52-48-187.dialup.adsl.anteldata.net.uy) left #redis.
- [22:16] ezmobius (~ezmobius@c-71-193-218-78.hsd1.or.comcast.net) joined #redis.
- [22:17] ezmob (~ezmobius@c-71-193-218-78.hsd1.or.comcast.net) joined #redis.
- [22:18] ezmob_ (~ezmobius@c-71-193-218-78.hsd1.or.comcast.net) joined #redis.
- [22:19] NuckOff -> Nuck
- [22:20] ezmobius|zoning (~ezmobius@c-71-193-218-78.hsd1.or.comcast.net) left irc: Ping timeout: 252 seconds
- [22:20] johnsanders (~johnsande@c-69-181-21-76.hsd1.ca.comcast.net) left irc: Quit: Leaving...
- [22:21] ezmobius (~ezmobius@c-71-193-218-78.hsd1.or.comcast.net) left irc: Ping timeout: 252 seconds
- [22:22] ezmob (~ezmobius@c-71-193-218-78.hsd1.or.comcast.net) left irc: Ping timeout: 245 seconds
- [22:27] stask312 (~stask312@62.219.149.27) joined #redis.
- [22:32] timoxley (~timoxley@124-171-194-241.dyn.iinet.net.au) left irc: Quit: Computer has gone to sleep.
- [22:35] timoxley (~timoxley@124-171-194-241.dyn.iinet.net.au) joined #redis.
- [22:37] wtpayne (~textual@pool-108-14-209-60.nycmny.east.verizon.net) left irc:
- [22:40] daelious (~keith@96-28-66-15.dhcp.insightbb.com) joined #redis.
- [22:41] daelious (~keith@96-28-66-15.dhcp.insightbb.com) left irc: Read error: Connection reset by peer
- [22:42] timoxley (~timoxley@124-171-194-241.dyn.iinet.net.au) left irc: Quit: Computer has gone to sleep.
- [22:43] afex (~kthornhil@wsip-68-225-20-130.oc.oc.cox.net) joined #redis.
- [22:48] AmirBehzad (~behzad@31.184.187.2) joined #redis.
- [22:53] rurufufuss (~rurufufus@115-64-27-246.static.tpgi.com.au) joined #redis.
- [23:12] brianseeders (~BS@108-216-88-132.lightspeed.bcvloh.sbcglobal.net) left irc: Ping timeout: 248 seconds
- [23:15] ron (~ron@unaffiliated/ron) left irc: Ping timeout: 276 seconds
- [23:21] wilmoore (~wilmoore@c-67-190-17-108.hsd1.co.comcast.net) left irc: Remote host closed the connection
- [23:25] stask312 (~stask312@62.219.149.27) left irc: Remote host closed the connection
- [23:25] wilmoore (~wilmoore@c-67-190-17-108.hsd1.co.comcast.net) joined #redis.
- [23:34] wilmoore (~wilmoore@c-67-190-17-108.hsd1.co.comcast.net) left irc: Remote host closed the connection
- [00:00] --- Sun Jan 29 2012