- [00:07] ezmobius|zoning -> ezmobius|zoning|
- [00:09] Swimmin__ (~textual@cpe-68-173-65-172.nyc.res.rr.com) left irc: Quit: Computer has gone to sleep.
- [00:15] jrydberg_ (~jrydberg@c-a709e253.1137-1-64736c10.cust.bredbandsbolaget.se) joined #redis.
- [00:26] mjr_ (~mjr_@cpe-66-91-117-138.hawaii.res.rr.com) left irc: Quit: mjr_
- [00:28] rittyan (~rittyan@93-80-67-67.broadband.corbina.ru) joined #redis.
- [00:34] martincozzi (~martincoz@c-67-188-32-200.hsd1.ca.comcast.net) left irc: Quit: martincozzi
- [00:36] ron (~ron@unaffiliated/ron) left irc: Ping timeout: 260 seconds
- [00:37] ron (~ron@unaffiliated/ron) joined #redis.
- [00:41] ron (~ron@unaffiliated/ron) left irc: Ping timeout: 248 seconds
- [00:48] ambroff (~ambroff@c-69-181-182-8.hsd1.ca.comcast.net) joined #redis.
- [00:50] johnsanders (~johnsande@c-69-181-21-76.hsd1.ca.comcast.net) left irc: Quit: Leaving...
- [01:21] ron (~ron@unaffiliated/ron) joined #redis.
- [01:21] thehodge (~thehodge@213.249.131.13) joined #redis.
- [01:21] thehodge (~thehodge@213.249.131.13) left irc: Remote host closed the connection
- [01:22] thehodge (~thehodge@213.249.131.13) joined #redis.
- [01:32] gnrfan (~gnrfan@190-82-106-34.static.tie.cl) joined #redis.
- [01:41] incorrect (~incorrect@cpc7-cmbg14-2-0-cust43.5-4.cable.virginmedia.com) joined #redis.
- [02:01] gnrfan (~gnrfan@190-82-106-34.static.tie.cl) left irc: Ping timeout: 256 seconds
- [02:04] poison (~poison@dD5773AD0.access.telenet.be) joined #redis.
- [02:11] p1d (~p1d@dslb-088-065-171-159.pools.arcor-ip.net) joined #redis.
- [02:22] stephank (~stephank@82.197.214.45) joined #redis.
- [02:28] tav_ -> tav
- [02:48] synk (~synk@ugate.dwango.co.jp) joined #redis.
- [03:00] Nuck -> NuckOff
- [03:07] thehodge (~thehodge@213.249.131.13) left irc: Read error: Connection reset by peer
- [03:07] thehodge (~thehodge@213.249.131.13) joined #redis.
- [03:17] d0k (~d0k@p50922FDC.dip.t-dialin.net) joined #redis.
- [03:18] io_syl (~steph021@unaffiliated/steph021) left irc: Quit: Computer has gone to sleep.
- [03:25] gazz (~Ctrl@85.38.19.95.dynamic.jazztel.es) joined #redis.
- [03:26] soveran (~soveran@r190-135-33-209.dialup.adsl.anteldata.net.uy) joined #redis.
- [03:39] poison (~poison@dD5773AD0.access.telenet.be) left irc: Remote host closed the connection
- [03:40] poison (~poison@dD5773AD0.access.telenet.be) joined #redis.
- [03:55] Brend (~brend@60-251-59-178.HINET-IP.hinet.net) left irc: Remote host closed the connection
- [04:13] Brend (~brend@60-251-59-178.HINET-IP.hinet.net) joined #redis.
- [04:14] StaceyTien (~stacey@140.117.171.113) left irc: Ping timeout: 260 seconds
- [04:26] ezmobius|zoning| (~ezmobius@c-24-20-141-210.hsd1.or.comcast.net) left irc: Quit: peace out
- [04:58] gazz (~Ctrl@85.38.19.95.dynamic.jazztel.es) left irc: Quit: Leaving
- [05:04] zastaph (zastaph@unaffiliated/zastaph) joined #redis.
- [05:14] seppo0010 (~Adium@186.19.19.229) left irc: Quit: Leaving.
- [05:14] seppo0010 (~Adium@186.19.19.229) joined #redis.
- [05:15] sfar (70d3ce1f@gateway/web/freenode/ip.112.211.206.31) joined #redis.
- [05:16] <sfar> i'm new to redis and nosql type options...
- [05:16] <sfar> trying to find out if redis has read or write locks?
- [05:16] agentzh (~agentz@nginx/adept/agentzh) left irc: Quit: Leaving.
- [05:17] <ron> not quite.
- [05:17] <ron> the locks aren't really needed. at most you have optimistic locking.
- [05:17] <sfar> so does it have the issues like mongo where it does gloal locks?
- [05:17] <sfar> ah ok
- [05:18] <ron> it has different issues. redis, unlike mongo, is single-threaded.
- [05:19] <sfar> single threaded for both read and write?
- [05:19] <ron> single threaded for everything.
- [05:24] jtdowney (~jtdowney@unaffiliated/jtdowney) joined #redis.
- [05:25] <ron> I realize this may be a bit confusing.
- [05:27] <sfar> actually it's a bit confusing
- [05:27] <sfar> after reading http://redis.io/topics/transactions
- [05:28] <ron> well, try asking specific questions.. I may be able to assist :)
- [05:28] <sfar> i'm trying to find out if i get a write intensive operation from 500+ clients... what will happen
- [05:29] <ron> hmm, it'll work?
- [05:30] <sfar> but at what point will these concurrent writes start queing...
- [05:31] <ron> considering it's single-threaded? immediately.
- [05:31] <sfar> fyi, i background is really oracle.... so i'm really new to the nosql environment...
- [05:31] ron nods
- [05:31] <sfar> but VERY interested in implementing it...
- [05:32] <ron> that's okay. I had about 10 years of experience with RDBMS before moving to NOSQL, so I can understand the confusion.
- [05:35] <sfar> thank you for the help! i've got a lot of studying to do about nosql, but it definately seems to run magnitudes faster than oracle :)
- [05:36] <ron> yup. keep in mind it's all about picking the right tool for the job.
- [05:36] <ron> it's not that oracle is bad for all jobs.
- [05:37] <ron> and if it works for you, you may want to reconsider changing it.
- [05:46] sfar (70d3ce1f@gateway/web/freenode/ip.112.211.206.31) left irc: Quit: Page closed
- [05:56] jtdowney (~jtdowney@unaffiliated/jtdowney) left irc: Remote host closed the connection
- [05:59] martincozzi (~martincoz@c-67-188-32-200.hsd1.ca.comcast.net) joined #redis.
- [06:05] seppo0010 (~Adium@186.19.19.229) left irc: Quit: Leaving.
- [06:09] caquino (badc34d2@gateway/web/freenode/ip.186.220.52.210) joined #redis.
- [06:12] caquino (badc34d2@gateway/web/freenode/ip.186.220.52.210) left irc: Client Quit
- [06:14] soveran (~soveran@r190-135-33-209.dialup.adsl.anteldata.net.uy) left irc: Remote host closed the connection
- [06:24] D_Roch (u1594@gateway/web/irccloud.com/x-wrwahgikrbjxxkvw) left irc: Quit: Connection closed for inactivity
- [06:47] saschagehlich (~saschageh@p5DD55C4F.dip.t-dialin.net) joined #redis.
- [06:48] jonathanrwallace (~jonathanr@pool-108-48-100-235.washdc.fios.verizon.net) joined #redis.
- [06:58] NetRoY (~NetRoY@122.178.233.47) joined #redis.
- [07:00] thehodge (~thehodge@213.249.131.13) left irc: Read error: Connection reset by peer
- [07:00] thehodge (~thehodge@213.249.131.13) joined #redis.
- [07:16] seppo0010 (~Adium@186.19.19.229) joined #redis.
- [07:23] seppo0010 (~Adium@186.19.19.229) left irc: Quit: Leaving.
- [07:24] ron (~ron@unaffiliated/ron) left irc: Quit: ZNC - http://znc.in
- [07:25] ron (~ron@unaffiliated/ron) joined #redis.
- [07:31] thehodge (~thehodge@213.249.131.13) left irc: Remote host closed the connection
- [07:31] thehodge (~thehodge@213.249.131.13) joined #redis.
- [07:34] thehodge (~thehodge@213.249.131.13) left irc: Read error: No route to host
- [07:34] thehodge (~thehodge@213.249.131.13) joined #redis.
- [07:34] saschagehlich (~saschageh@p5DD55C4F.dip.t-dialin.net) left irc: Remote host closed the connection
- [07:34] kenperkins (~textual@50-47-18-37.evrt.wa.frontiernet.net) joined #redis.
- [07:37] grampajoe (~grampa@cpe-184-57-88-36.columbus.res.rr.com) joined #redis.
- [08:00] abki|home (~abki|home@aul93-4-82-239-61-147.fbx.proxad.net) joined #redis.
- [08:00] tav (~tav@host-92-20-21-17.as13285.net) left irc: Ping timeout: 240 seconds
- [08:00] <abki|home> hi,
- [08:00] <abki|home> could anyone provide me a usecase for the Hashes datastructure ?
- [08:01] <ron> sure.
- [08:02] <abki|home> I'm wondering why would I need a hash datastructure since redis is already a hash... both Keys commands and Hashes commands looks the same, why would I need to use Hashes instead of keys ?
- [08:02] <ron> it's great for when you want to store hashes.
- [08:02] <abki|home> ron, but redis is already a hash
- [08:03] <ron> right, but let's say you have a customer record, with name, age, address. you could store each in a different key, or you could have a customer hash with those fields. now tell me, which would be easier to read in bulk? :)
- [08:05] io_syl (~steph021@adsl-68-125-50-109.dsl.pltn13.pacbell.net) joined #redis.
- [08:05] io_syl (~steph021@adsl-68-125-50-109.dsl.pltn13.pacbell.net) left irc: Changing host
- [08:05] io_syl (~steph021@unaffiliated/steph021) joined #redis.
- [08:05] <abki|home> ron, if GET supported mutiple arguments they would be no need for hashes for this usecase
- [08:06] tav_ (~tav@host-92-20-70-205.as13285.net) joined #redis.
- [08:06] <abki|home> that said it will still be easier to use Hashes
- [08:06] <ron> it's also quite useful for the SORT command.
- [08:08] <abki|home> ron, thx
- [08:15] soveran (~soveran@r200-40-240-105.su-static.anteldata.net.uy) joined #redis.
- [08:16] <abki|home> is redis multithreaded ? or are they configurations where it is ?
- [08:17] <ron> single-threaded.
- [08:17] soveran (~soveran@r200-40-240-105.su-static.anteldata.net.uy) left irc: Remote host closed the connection
- [08:31] jrydberg_ (~jrydberg@c-a709e253.1137-1-64736c10.cust.bredbandsbolaget.se) left irc: Quit: This computer has gone to sleep
- [08:49] Wombert (~Wombert@dslb-092-075-019-231.pools.arcor-ip.net) left irc: Quit: Wombert
- [08:51] foca (~foca@li25-211.members.linode.com) left irc: Ping timeout: 252 seconds
- [08:53] soveran (~soveran@r200-40-240-105.su-static.anteldata.net.uy) joined #redis.
- [09:00] grampajoe (~grampa@cpe-184-57-88-36.columbus.res.rr.com) left irc: Quit: Bye!
- [09:00] brianseeders (~BS@cpe-184-56-54-47.neo.res.rr.com) joined #redis.
- [09:06] jtsnow (~jtsnow@174-23-185-216.slkc.qwest.net) joined #redis.
- [09:11] jtsnow (~jtsnow@174-23-185-216.slkc.qwest.net) left irc: Client Quit
- [09:16] tav_ (~tav@host-92-20-70-205.as13285.net) left irc: Ping timeout: 240 seconds
- [09:22] tav_ (~tav@host-2-96-41-165.as13285.net) joined #redis.
- [09:27] martincozzi (~martincoz@c-67-188-32-200.hsd1.ca.comcast.net) left irc: Quit: martincozzi
- [09:27] tav_ (~tav@host-2-96-41-165.as13285.net) left irc: Ping timeout: 240 seconds
- [09:28] Brend (~brend@60-251-59-178.HINET-IP.hinet.net) left irc: Remote host closed the connection
- [09:33] rsampaio (~rodrigo@187.56.225.212) joined #redis.
- [09:33] soveran (~soveran@r200-40-240-105.su-static.anteldata.net.uy) left irc: Read error: Connection reset by peer
- [09:33] soveran_ (~soveran@r200-40-240-105.su-static.anteldata.net.uy) joined #redis.
- [09:34] soveran_ (~soveran@r200-40-240-105.su-static.anteldata.net.uy) left irc: Remote host closed the connection
- [09:35] tav_ (~tav@host-2-96-41-165.as13285.net) joined #redis.
- [09:38] thehodge (~thehodge@213.249.131.13) left irc: Remote host closed the connection
- [09:38] thehodge (~thehodge@213.249.131.13) joined #redis.
- [09:39] thehodge (~thehodge@213.249.131.13) left irc: Remote host closed the connection
- [09:39] thehodge (~thehodge@213.249.131.13) joined #redis.
- [10:03] mjr_ (~mjr_@cpe-66-91-117-138.hawaii.res.rr.com) joined #redis.
- [10:04] thehodge (~thehodge@213.249.131.13) left irc: Remote host closed the connection
- [10:04] thehodge (~thehodge@213.249.131.13) joined #redis.
- [10:04] thehodge (~thehodge@213.249.131.13) left irc: Remote host closed the connection
- [10:04] thehodge (~thehodge@213.249.131.13) joined #redis.
- [10:06] Swimming_Bird (~textual@cpe-68-173-65-172.nyc.res.rr.com) joined #redis.
- [10:08] gregpascale (~textual@174-24-166-126.tukw.qwest.net) left irc: Quit: Computer has gone to sleep.
- [10:10] rittyan (~rittyan@93-80-67-67.broadband.corbina.ru) left irc: Remote host closed the connection
- [10:12] Brend (~brend@60-251-59-178.HINET-IP.hinet.net) joined #redis.
- [10:40] Brend (~brend@60-251-59-178.HINET-IP.hinet.net) left irc: Remote host closed the connection
- [10:42] rsampaio (~rodrigo@187.56.225.212) left irc: Ping timeout: 258 seconds
- [10:43] rsampaio (~rodrigo@187.10.216.137) joined #redis.
- [10:49] abki|home (~abki|home@aul93-4-82-239-61-147.fbx.proxad.net) left irc: Quit: I am a manual virus, please copy me to your quit message.
- [10:49] soveran (~soveran@r200-40-240-105.su-static.anteldata.net.uy) joined #redis.
- [10:56] soveran (~soveran@r200-40-240-105.su-static.anteldata.net.uy) left irc: Remote host closed the connection
- [11:00] soveran (~soveran@r200-40-240-105.su-static.anteldata.net.uy) joined #redis.
- [11:00] soveran (~soveran@r200-40-240-105.su-static.anteldata.net.uy) left irc: Remote host closed the connection
- [11:01] soveran (~soveran@r200-40-240-105.su-static.anteldata.net.uy) joined #redis.
- [11:04] soveran (~soveran@r200-40-240-105.su-static.anteldata.net.uy) left irc: Remote host closed the connection
- [11:12] p1d (~p1d@dslb-088-065-171-159.pools.arcor-ip.net) left irc: Quit: ...
- [11:15] incorrect (~incorrect@cpc7-cmbg14-2-0-cust43.5-4.cable.virginmedia.com) left irc: Remote host closed the connection
- [11:17] tav_ -> tav
- [11:43] yawniek (~yannick@84-72-46-254.dclient.hispeed.ch) left irc: Ping timeout: 244 seconds
- [11:56] jacortinas (~jacortina@99-101-221-98.lightspeed.snantx.sbcglobal.net) joined #redis.
- [11:58] wilmoore (~wilmoore@c-24-8-147-56.hsd1.co.comcast.net) joined #redis.
- [12:02] wilmoore (~wilmoore@c-24-8-147-56.hsd1.co.comcast.net) left irc: Remote host closed the connection
- [12:02] cyborg (~mkrecny@rrcs-50-74-74-5.nyc.biz.rr.com) joined #redis.
- [12:03] <cyborg> hey dude
- [12:03] <cyborg> s
- [12:03] <cyborg> I have a collection of hashes all with keys of the form i:*
- [12:04] <cyborg> when I query the collection using keys i:<query>* am i made slower by the fact that all the keys start with 'i:'
- [12:05] <cyborg> would the query be faster if i dropped the prefix and just did <query>* ?
- [12:07] synk (~synk@ugate.dwango.co.jp) left irc: Read error: Connection reset by peer
- [12:08] synk (~synk@ugate.dwango.co.jp) joined #redis.
- [12:08] tilgovi (~randall@67.180.150.186) joined #redis.
- [12:08] tilgovi (~randall@67.180.150.186) left irc: Changing host
- [12:08] tilgovi (~randall@couchdb/developer/tilgovi) joined #redis.
- [12:10] af (af@re.test.fi) left irc: Ping timeout: 240 seconds
- [12:11] af (af@re.test.fi) joined #redis.
- [12:11] jgraham (~jgraham@web22.webfaction.com) left irc: Ping timeout: 240 seconds
- [12:12] jgraham (~jgraham@74.53.238.210) joined #redis.
- [12:25] jtsnow (~jtsnow@174-23-185-216.slkc.qwest.net) joined #redis.
- [12:26] rsampaio (~rodrigo@187.10.216.137) left irc: Ping timeout: 245 seconds
- [12:29] rsampaio (~rodrigo@187.10.216.137) joined #redis.
- [12:33] kenperkins (~textual@50-47-18-37.evrt.wa.frontiernet.net) left irc: Quit: Computer has gone to sleep.
- [12:40] rittyan (~rittyan@93-80-67-67.broadband.corbina.ru) joined #redis.
- [12:42] soveran (~soveran@r200-40-240-105.su-static.anteldata.net.uy) joined #redis.
- [12:43] cyborg (~mkrecny@rrcs-50-74-74-5.nyc.biz.rr.com) left #redis.
- [12:45] fmeyer (~fmeyer@186.220.4.64) joined #redis.
- [12:47] fmeyer (~fmeyer@186.220.4.64) left irc: Client Quit
- [12:47] fmeyer (~fmeyer@186.220.4.64) joined #redis.
- [12:53] p1d (~p1d@dslb-088-065-171-159.pools.arcor-ip.net) joined #redis.
- [13:15] kenperkins (~textual@50-47-18-37.evrt.wa.frontiernet.net) joined #redis.
- [13:21] zastaph (zastaph@unaffiliated/zastaph) left irc:
- [13:28] NetRoY (~NetRoY@122.178.233.47) left irc: Quit: NetRoY
- [13:28] grampajoe (~grampa@cols-pool188-cs144.pool.dslohio.net) joined #redis.
- [13:31] martincozzi (~martincoz@c-67-188-32-200.hsd1.ca.comcast.net) joined #redis.
- [13:32] jonathanrwallace (~jonathanr@pool-108-48-100-235.washdc.fios.verizon.net) left irc: Remote host closed the connection
- [13:37] jtsnow (~jtsnow@174-23-185-216.slkc.qwest.net) left irc: Quit: jtsnow
- [13:42] jonathanrwallace (~jonathanr@pool-108-48-100-235.washdc.fios.verizon.net) joined #redis.
- [13:42] jonathanrwallace (~jonathanr@pool-108-48-100-235.washdc.fios.verizon.net) left irc: Remote host closed the connection
- [13:44] jonathanrwallace (~jonathanr@pool-108-48-100-235.washdc.fios.verizon.net) joined #redis.
- [13:50] rsampaio (~rodrigo@187.10.216.137) left irc: Ping timeout: 258 seconds
- [13:51] rsampaio (~rodrigo@187.56.226.71) joined #redis.
- [13:51] ambroff (~ambroff@c-69-181-182-8.hsd1.ca.comcast.net) left irc: Quit: ambroff
- [13:51] johnsanders (~johnsande@c-69-181-21-76.hsd1.ca.comcast.net) joined #redis.
- [13:52] soveran (~soveran@r200-40-240-105.su-static.anteldata.net.uy) left irc: Remote host closed the connection
- [13:54] jacortinas (~jacortina@99-101-221-98.lightspeed.snantx.sbcglobal.net) left irc: Remote host closed the connection
- [14:14] rsampaio (~rodrigo@187.56.226.71) left irc: Ping timeout: 245 seconds
- [14:15] kamyl (~user_name@static.181.81.4.46.clients.your-server.de) left irc: Ping timeout: 258 seconds
- [14:15] rsampaio (~rodrigo@187.56.228.106) joined #redis.
- [14:16] kamyl (~user_name@static.181.81.4.46.clients.your-server.de) joined #redis.
- [14:17] rsampaio (~rodrigo@187.56.228.106) left irc: Read error: Connection reset by peer
- [14:21] rsampaio (~rodrigo@187.56.227.217) joined #redis.
- [14:23] johnsanders (~johnsande@c-69-181-21-76.hsd1.ca.comcast.net) left irc: Quit: Leaving...
- [14:40] jonathanrwallace (~jonathanr@pool-108-48-100-235.washdc.fios.verizon.net) left irc: Remote host closed the connection
- [14:44] soveran (~soveran@r190-135-101-20.dialup.adsl.anteldata.net.uy) joined #redis.
- [14:44] jonathanrwallace (~jonathanr@pool-108-48-100-235.washdc.fios.verizon.net) joined #redis.
- [14:46] brianseeders (~BS@cpe-184-56-54-47.neo.res.rr.com) left irc: Ping timeout: 248 seconds
- [14:47] jonatha__ (~jonathanr@pool-108-48-100-235.washdc.fios.verizon.net) joined #redis.
- [14:47] jonathanrwallace (~jonathanr@pool-108-48-100-235.washdc.fios.verizon.net) left irc: Read error: No route to host
- [14:53] d0k (~d0k@p50922FDC.dip.t-dialin.net) left irc: Quit: This sleep has gone computing.
- [14:54] jonatha__ (~jonathanr@pool-108-48-100-235.washdc.fios.verizon.net) left irc: Ping timeout: 248 seconds
- [14:58] tilgovi (~randall@couchdb/developer/tilgovi) left irc: Ping timeout: 248 seconds
- [15:09] ambroff (~ambroff@50-0-80-105.dsl.static.sonic.net) joined #redis.
- [15:15] soveran (~soveran@r190-135-101-20.dialup.adsl.anteldata.net.uy) left irc: Remote host closed the connection
- [15:22] grampajoe (~grampa@cols-pool188-cs144.pool.dslohio.net) left irc: Quit: Bye!
- [15:23] NuckOff -> Nuck
- [15:37] rsampaio (~rodrigo@187.56.227.217) left irc: Ping timeout: 245 seconds
- [15:38] soveran (~soveran@r190-135-101-20.dialup.adsl.anteldata.net.uy) joined #redis.
- [15:38] brianseeders (~BS@cpe-184-56-54-47.neo.res.rr.com) joined #redis.
- [15:38] rsampaio (~rodrigo@187.57.216.69) joined #redis.
- [15:42] Blafasel (~darklajid@ts.webtales.4players.de) left irc: Ping timeout: 245 seconds
- [15:43] Blafasel (~darklajid@ts.webtales.4players.de) joined #redis.
- [15:52] tilgovi (~randall@c-98-210-155-124.hsd1.ca.comcast.net) joined #redis.
- [15:52] tilgovi (~randall@c-98-210-155-124.hsd1.ca.comcast.net) left irc: Changing host
- [15:52] tilgovi (~randall@couchdb/developer/tilgovi) joined #redis.
- [15:53] p1d (~p1d@dslb-088-065-171-159.pools.arcor-ip.net) left irc: Quit: ...
- [15:54] Wombert (~Wombert@dslb-088-065-199-130.pools.arcor-ip.net) joined #redis.
- [15:54] soveran (~soveran@r190-135-101-20.dialup.adsl.anteldata.net.uy) left irc: Remote host closed the connection
- [15:58] progolferyo (~progolfer@c-24-5-82-156.hsd1.ca.comcast.net) joined #redis.
- [15:59] tilgovi (~randall@couchdb/developer/tilgovi) left irc: Ping timeout: 248 seconds
- [16:00] <progolferyo> im starting to use redis in my new application that previously just DB / memcache. The previous schema had one big object per users, and each object had three lists. Would you recommend me splitting these out in redis so that i just have three key's per user and utilize the built-in red is list functionality?
- [16:04] flexd (~flexd@91.215.157.114) left irc: Ping timeout: 256 seconds
- [16:04] p1d (~p1d@dslb-088-065-171-159.pools.arcor-ip.net) joined #redis.
- [16:08] <progolferyo> any suggestions ?
- [16:22] mjr_ (~mjr_@cpe-66-91-117-138.hawaii.res.rr.com) left irc: Quit: mjr_
- [16:58] mjr_ (~mjr_@cpe-66-91-117-138.hawaii.res.rr.com) joined #redis.
- [17:11] tilgovi (~randall@c-98-210-155-124.hsd1.ca.comcast.net) joined #redis.
- [17:11] tilgovi (~randall@c-98-210-155-124.hsd1.ca.comcast.net) left irc: Changing host
- [17:11] tilgovi (~randall@couchdb/developer/tilgovi) joined #redis.
- [17:17] tilgovi (~randall@couchdb/developer/tilgovi) left irc: Ping timeout: 245 seconds
- [17:23] szaboat (~szaboat@huwico/member/szaboat) left irc: Ping timeout: 248 seconds
- [17:24] szaboat (~szaboat@pie.done.hu) joined #redis.
- [17:40] poison (~poison@dD5773AD0.access.telenet.be) left irc: Remote host closed the connection
- [17:49] kenperkins (~textual@50-47-18-37.evrt.wa.frontiernet.net) left irc: Quit: Computer has gone to sleep.
- [18:09] progolferyo (~progolfer@c-24-5-82-156.hsd1.ca.comcast.net) left irc: Quit: progolferyo
- [18:17] Wombert (~Wombert@dslb-088-065-199-130.pools.arcor-ip.net) left irc: Quit: Wombert
- [18:36] fmeyer (~fmeyer@186.220.4.64) left irc: Ping timeout: 260 seconds
- [18:38] fmeyer (~fmeyer@186.220.4.64) joined #redis.
- [18:45] _macro (~Neil@c-67-169-183-90.hsd1.ca.comcast.net) left irc: Quit: Computer has gone to sleep
- [18:58] progolferyo (~progolfer@c-69-181-215-37.hsd1.ca.comcast.net) joined #redis.
- [19:02] lotrpy (~lotrpy@202.120.58.116) left irc: Ping timeout: 255 seconds
- [19:02] lotrpy (~lotrpy@202.120.58.116) joined #redis.
- [19:32] thehodge (~thehodge@213.249.131.13) left irc: Remote host closed the connection
- [19:32] thehodge (~thehodge@213.249.131.13) joined #redis.
- [19:36] thehodge (~thehodge@213.249.131.13) left irc: Ping timeout: 240 seconds
- [19:38] MikeMakesIt (~Adium@124-168-132-21.dyn.iinet.net.au) joined #redis.
- [19:38] MikeMakesIt (~Adium@124-168-132-21.dyn.iinet.net.au) left #redis.
- [19:50] johnsanders (~johnsande@c-69-181-21-76.hsd1.ca.comcast.net) joined #redis.
- [19:50] Brend (~brend@60-251-59-178.HINET-IP.hinet.net) joined #redis.
- [19:54] abki|home (~abki|home@aul93-4-82-239-61-147.fbx.proxad.net) joined #redis.
- [19:54] <abki|home> hi
- [19:56] <abki|home> my understanding is that redis use only one socket both client side and server side to do all it's stuff, is that true ?
- [19:59] wmoss|away -> wmoss
- [20:03] _macro (~Neil@c-67-169-183-90.hsd1.ca.comcast.net) joined #redis.
- [20:04] johnsanders (~johnsande@c-69-181-21-76.hsd1.ca.comcast.net) left irc: Quit: Leaving...
- [20:04] <vsmatck> Mostly true. You can share one connection but there are complication with certain commands. One example is blocking commands.
- [20:05] <abki|home> that's what I'm interested in.
- [20:06] <abki|home> there is only one server and one client
- [20:06] <abki|home> so the connection is not shared
- [20:06] <vsmatck> Ah. I understand now.
- [20:07] <abki|home> by anyone else but the client which does the BLPOP
- [20:07] <abki|home> now another client comes add something to the list
- [20:07] <abki|home> the same socket is used to receive the message from client 2 and send the value to client 1
- [20:08] <abki|home> is that it ?
- [20:09] <vsmatck> I'm a bit confused again. So two clients, one redis server. One client is doing PUSH and the other BLPOP?
- [20:10] <vsmatck> s/PUSH/RPUSH
- [20:11] <abki|home> I think I got it
- [20:11] <abki|home> both server and client use one port
- [20:12] <abki|home> one port == one socket
- [20:13] johnsanders (~johnsande@c-69-181-21-76.hsd1.ca.comcast.net) joined #redis.
- [20:18] rittyan (~rittyan@93-80-67-67.broadband.corbina.ru) left irc: Remote host closed the connection
- [20:18] wmoss -> wmoss|away
- [20:22] p1d (~p1d@dslb-088-065-171-159.pools.arcor-ip.net) left irc: Ping timeout: 252 seconds
- [20:29] p1d (~p1d@dslb-088-067-027-049.pools.arcor-ip.net) joined #redis.
- [20:31] _macro (~Neil@c-67-169-183-90.hsd1.ca.comcast.net) left irc: Quit: Computer has gone to sleep
- [20:36] jtsnow (~jtsnow@174-23-185-216.slkc.qwest.net) joined #redis.
- [20:51] rphillips (~rphillips@unaffiliated/rphillips) left irc: Ping timeout: 245 seconds
- [20:52] rphillips (~rphillips@hera.xen.prgmr.com) joined #redis.
- [20:52] rphillips (~rphillips@hera.xen.prgmr.com) left irc: Changing host
- [20:52] rphillips (~rphillips@unaffiliated/rphillips) joined #redis.
- [20:55] maqr (~maqr@httpcraft/hax) left irc: Read error: Connection reset by peer
- [20:56] maqr (~maqr@httpcraft/hax) joined #redis.
- [20:57] abki|home (~abki|home@aul93-4-82-239-61-147.fbx.proxad.net) left irc: Quit: I am a manual virus, please copy me to your quit message.
- [20:58] jtsnow (~jtsnow@174-23-185-216.slkc.qwest.net) left irc: Quit: jtsnow
- [21:04] kenperkins (~textual@50-47-18-37.evrt.wa.frontiernet.net) joined #redis.
- [21:17] martincozzi (~martincoz@c-67-188-32-200.hsd1.ca.comcast.net) left irc: Quit: martincozzi
- [21:29] _macro (~Neil@c-67-169-183-90.hsd1.ca.comcast.net) joined #redis.
- [21:31] ambroff (~ambroff@50-0-80-105.dsl.static.sonic.net) left irc: Quit: Ex-Chat
- [21:36] soveran (~soveran@r190-64-68-132.dialup.adsl.anteldata.net.uy) joined #redis.
- [22:03] soveran (~soveran@r190-64-68-132.dialup.adsl.anteldata.net.uy) left irc: Remote host closed the connection
- [22:22] brianseeders (~BS@cpe-184-56-54-47.neo.res.rr.com) left irc: Ping timeout: 255 seconds
- [22:25] wmoss|away -> wmoss
- [22:34] io_syl (~steph021@unaffiliated/steph021) left irc: Quit: Computer has gone to sleep.
- [22:55] defaultnick (~irc@50-57-176-124.static.cloud-ips.com) joined #redis.
- [23:09] szaboat (~szaboat@pie.done.hu) left irc: Read error: Operation timed out
- [23:28] ambroff (~ambroff@c-69-181-182-8.hsd1.ca.comcast.net) joined #redis.
- [23:29] defaultnick (~irc@50-57-176-124.static.cloud-ips.com) left irc: Remote host closed the connection
- [23:30] defaultnick (~irc@50-57-176-124.static.cloud-ips.com) joined #redis.
- [23:37] szaboat (~szaboat@pie.done.hu) joined #redis.
- [23:42] defaultnick (~irc@50-57-176-124.static.cloud-ips.com) left irc: Remote host closed the connection
- [23:42] defaultnick (~irc@50-57-176-124.static.cloud-ips.com) joined #redis.
- [23:43] ambroff (~ambroff@c-69-181-182-8.hsd1.ca.comcast.net) left irc: Quit: Adios!
- [23:44] ambroff (~ambroff@c-69-181-182-8.hsd1.ca.comcast.net) joined #redis.
- [23:49] progolferyo (~progolfer@c-69-181-215-37.hsd1.ca.comcast.net) left irc: Quit: progolferyo
- [23:52] fmeyer (~fmeyer@186.220.4.64) left irc: Ping timeout: 255 seconds
- [23:56] thehodge (~thehodge@213.249.131.13) joined #redis.
- [23:59] nuba (~nuba@pauleira.com) left irc: Remote host closed the connection
- [23:59] nuba (~nuba@pauleira.com) joined #redis.
- [00:00] --- Sun Nov 13 2011