FAQ

Search Discussions

52 discussions - 238 posts

  • Though this is not the Memcached forum, it is still interesting to see whether this shift can also affect the future of Redis ...
    Yiftach ShoolmanYiftach Shoolman
    Mar 6, 2013 at 8:53 pm
    Mar 8, 2013 at 9:01 am
  • Hi there, I'm trying to figure out how to make redis operationally viable for applications that need high availability. I'm using sentinel and replication to do this, using: Redis server v=2.9.8 ...
    Sheldon HearnSheldon Hearn
    Mar 28, 2013 at 3:11 pm
    Apr 29, 2013 at 8:15 am
  • Hi, We recently upgraded redis from 2.4.15 to 2.6.10 and we found that the last version is using more cpu than before when idle. With version 2.4.15 redis was using 0.2% of cpu while idle, and after ...
    Nicolas SalvoNicolas Salvo
    Mar 6, 2013 at 10:45 pm
    Mar 11, 2013 at 1:30 pm
  • Hi all: I found that ZUNIONSTORE and ZINTERSTORE also work for Set key input, but i didn't found any documentation about this, is this a undocumented feature, or a deprecated feature? Following are ...
    HuangzHuangz
    Mar 18, 2013 at 4:23 pm
    Mar 25, 2013 at 7:39 am
  • So Google is shutting down Google Reader. I wouldn't bet on Groups' chances of survival. Moreover the UI of Groups is really annoying IMO, so it's not much more than a mailing list. Does anybody else ...
    Pierre ChapuisPierre Chapuis
    Mar 14, 2013 at 10:38 am
    Mar 15, 2013 at 3:03 am
  • Hi, i've setup a reis 2.6.11 master <- slave pair and have run this command on the master : ./redis-benchmark -r 1000000000 -n 100000000 -P 32 set key:rand:000000000000 foo The result on the ...
    Alex LeonhardtAlex Leonhardt
    Mar 26, 2013 at 12:41 pm
    Mar 26, 2013 at 1:19 pm
  • Hi, Since Redis always caches the script been run forever to allow evalsha, one concern I have is that there may be an accidental growth of memory usages caching them. For example, one may generate a ...
    ReadisReadis
    Mar 14, 2013 at 12:13 am
    Mar 23, 2013 at 5:44 am
  • hi, so now i've got sentinel also running, the failback doesn't seem to be working / possible / easy - but more importantly, I'm wondering how this is used in the real world ? E.g. : My app will be ...
    Alex LeonhardtAlex Leonhardt
    Mar 26, 2013 at 3:24 pm
    Mar 27, 2013 at 9:21 am
  • Hi, This is my first post so I'm hoping I don't come off silly. I'm a developer who's interested in contributing to the overall project in some way. Having played around a bit with the cluster, my ...
    Phil KallosPhil Kallos
    Mar 14, 2013 at 11:14 pm
    Mar 19, 2013 at 5:30 am
  • I've encountered what appears to be a memory leak in redis-2.6.9. I've collected up a series of ps and redis-cli output covering a period of less than 1 hour. I tried to attach it but I am getting an ...
    Phil WellsPhil Wells
    Mar 24, 2013 at 8:41 pm
    Mar 26, 2013 at 1:01 pm
  • Hi, We have a redis master that has about 2.6GB of data (mostly UUIDs). We also have a slave redis running as well for that data. The master is running on an SSD drive. Every few minutes both servers ...
    Dennis McEntireDennis McEntire
    Mar 21, 2013 at 12:58 am
    Mar 21, 2013 at 7:09 am
  • First and foremost: thanks for Redis! It's versatile and capable -- meets pretty much all of our DB-in-memory needs. Having used it for a while I have a few questions about its memory allocation (or ...
    Andras ZimmerAndras Zimmer
    Mar 14, 2013 at 2:58 pm
    Mar 15, 2013 at 2:26 pm
  • Dear all, I'm writing an web service that is backed by Redis using NodeJS (express). I stored a large amont of sorted sets in Redis. For every requests, I need to perform the following sequence of ...
    Chaoran YangChaoran Yang
    Mar 11, 2013 at 10:04 pm
    Mar 14, 2013 at 6:45 am
  • Hi, first off, thanks for creating Redis - we're big time users. Recently, we've been bitten a few times with developers making changes in access patterns to redis which slowed us down across the ...
    Jos BoumansJos Boumans
    Mar 6, 2013 at 11:59 am
    Mar 9, 2013 at 1:16 am
  • I need to do a very busy import and apparently syncing is blocking even with appendfsync set to no. I am considering disabling AOF altogether during the import from the client, and the enabling it ...
    Xavier NoriaXavier Noria
    Mar 1, 2013 at 12:14 pm
    Mar 1, 2013 at 2:54 pm
  • Hi, I'm suffering from a very hard to understand/debug issue involving Redis, and I'm hoping someone may be able to give me some suggestions for avenues of investigation. The setup is that we have a ...
    Gavin AikenGavin Aiken
    Mar 6, 2013 at 11:59 am
    Mar 31, 2014 at 9:09 am
  • Hello all, Redis had slowed down quite a bit. I have given the output of INFO command below. There are sets on this redis instance. RAM is 16GB. Is there anything that seems suspicious in the ...
    Raghava MutharajuRaghava Mutharaju
    Mar 30, 2013 at 4:51 am
    Mar 30, 2013 at 3:48 pm
  • Hello, Redis 2.6.12 is out, you can download it from the http://redis.io web site as usually, or from github using the '2.6.12' tag. That's the changelog: UPGRADE URGENCY: MODERATE, nothing very ...
    Salvatore SanfilippoSalvatore Sanfilippo
    Mar 29, 2013 at 4:54 pm
    Mar 29, 2013 at 9:49 pm
  • Hi, how can i disable anything disk related ? e.g. i do not want to save anything to disk, ever. All i need this as is a caching server, so writing keys/values to disk is really not desired. I ...
    Alex LeonhardtAlex Leonhardt
    Mar 26, 2013 at 1:08 pm
    Mar 26, 2013 at 1:31 pm
  • Hi, I have been using redis very happily for a few months. I use a c# client as a middle layer to enable saving and retrieving matlab objects serialized as blobs. This "just worked" until recently I ...
    George ColesGeorge Coles
    Mar 4, 2013 at 12:54 am
    Mar 15, 2013 at 1:49 pm
  • I'm attempting to implement ip based rate control with redis from the following article: http://chris6f.com/rate-limiting-with-redis ...
    smashedPumpkinsmashedPumpkin
    Mar 25, 2013 at 6:00 pm
    Mar 29, 2013 at 8:53 pm
  • When I set a maxmemory limit in conf file will this apply to the whole Redis instance or to single database. I use the same Redis instance for staging and production using 2 different DB : 0 and 1 If ...
    Andrea CampolonghiAndrea Campolonghi
    Mar 27, 2013 at 9:03 am
    Mar 28, 2013 at 8:22 am
  • Hi, I am designing a social application: 1) the content from the social activities is being stored in Redis (except for the like of long statuses) 2) Each status can have likes, dislikes, comments, ...
    Arindam chakrabortyArindam chakraborty
    Mar 25, 2013 at 7:50 am
    Mar 28, 2013 at 1:18 am
  • hi, all This branch(feature/idb) adds a new [iDB](https://github.com/snowyu/idb.c) Disk Data Storage to redis. You can use the redis as database storage with iDB. And iDB can be used to replace the ...
    Riceball LEERiceball LEE
    Mar 15, 2013 at 3:58 pm
    Mar 21, 2013 at 5:25 pm
  • Hi, I'm fairly new to Redis and I am just blown away by the ability to use Lua scripting in it. However, I found that there are a lot of gotcha's when using Lua in Redis, especially on the ...
    Geerten van MeelGeerten van Meel
    Mar 15, 2013 at 3:58 pm
    Mar 16, 2013 at 1:39 pm
  • Hi I am working on a rank based queue, the order of the queue changes depending on the score of each item. Obviously, sorted set fits great in this scenario, except a sorted set in redis is not ...
    Pablo FernandezPablo Fernandez
    Mar 11, 2013 at 4:41 pm
    Mar 11, 2013 at 9:26 pm
  • Hi. I just stumbled upon this. Below is the console log with no omissions whatsoever. Any ideas how this might happen? I didn't do another AUTH to see whether it would be accepted, and after I ...
    PawelPawel
    Mar 5, 2013 at 12:23 am
    Mar 5, 2013 at 9:12 am
  • Hi All, Where do RPMs for REDIS live ? Currently i've got an RPM for 2.6.11 (centos 5.9) that i put together yesterday for deployment, etc. - I'd like to contribute it for general public to download, ...
    Alex LeonhardtAlex Leonhardt
    Mar 26, 2013 at 1:35 pm
    Jul 12, 2013 at 10:07 am
  • Hi, We're running redis 2.4 in production for caching of small amount of data with TTL of 1 minute and pub/sub to communicate between processes (redis uses less than 300mb of memory, no persistent ...
    Dmitry UvarovDmitry Uvarov
    Mar 27, 2013 at 4:41 pm
    Mar 28, 2013 at 8:24 pm
  • Thought this might be useful to some readers. (Just stumbled on it, haven't used it.) http://regex.info/blog/lua/json -- You received this message because you are subscribed to the Google Groups ...
    Geoffrey HoffmanGeoffrey Hoffman
    Mar 28, 2013 at 4:11 pm
    Mar 28, 2013 at 4:18 pm
  • hi, all This branch(feature/idb) adds a new [iDB](https://github.com/snowyu/idb.c) Disk Data Storage to redis. You can use the redis as database storage with iDB. And iDB can be used to replace the ...
    Riceball LEERiceball LEE
    Mar 15, 2013 at 6:09 pm
    Mar 16, 2013 at 5:41 am
  • It would be good if you can show some performance results, comparing with node_redis. What is the overhead like using promises? -Chaoran -- You received this message because you are subscribed to the ...
    Chaoran YangChaoran Yang
    Mar 13, 2013 at 6:50 pm
    Mar 16, 2013 at 4:26 am
  • I know this is old, but it is the only post on the redis forum that deals with this issue. I am writing a matlab interface to redis in C. I am not good at C, but I am worse at C++. I need to use ...
    George ColesGeorge Coles
    Mar 4, 2013 at 12:54 am
    Mar 15, 2013 at 1:46 pm
  • I am migrating my app from development to staging server and need to migrate my Redis database to the staging server. I followed the Redis Quickstart <http://redis.io/topics/quickstart on the Staging ...
    PhpguruPhpguru
    Mar 3, 2013 at 11:49 pm
    Mar 4, 2013 at 12:30 am
  • Hello everyone, I was wondering if anyone already made a Lua script to make a list 'uniq', by removing all duplicates. We have created this: redis.call('del', KEYS[2]) local list = ...
    MeSFMeSF
    Mar 26, 2013 at 10:59 pm
    Mar 27, 2013 at 8:02 am
  • -- You received this message because you are subscribed to the Google Groups "Redis DB" group. To unsubscribe from this group and stop receiving emails from it, send an email to ...
    smashedPumpkinsmashedPumpkin
    Mar 25, 2013 at 6:00 pm
    Mar 25, 2013 at 6:01 pm
  • Hi! Is this by design? If yes, why so? Or maybe I'm wrong and my eyes not as sharp as before? Best regard, Dmitry Shalashov. -- You received this message because you are subscribed to the Google ...
    Дмитрий ШалашовДмитрий Шалашов
    Mar 22, 2013 at 9:48 am
    Mar 22, 2013 at 9:52 am
  • Hi, How do you get Redis' CPU usage at a particular point in time ? The used_cpu_sys and used_cpu_user in the output of INFO command give data *upto * that point of time. I actually want to take this ...
    Knight SamarKnight Samar
    Mar 19, 2013 at 2:20 pm
    Mar 19, 2013 at 4:35 pm
  • Redis replication looks to be async. In other words, the master doesnt block the client waiting the reply to propagate the write command to slaves. Its like the "fire-and-forget" write mode of ...
    Daniel MezzattoDaniel Mezzatto
    Mar 18, 2013 at 10:16 pm
    Mar 19, 2013 at 12:11 am
  • I have a dataset where each member value in the dataset contains a json string (e.g. {name:"foo", tags:["bar","bas"]}). I must index the member values so that I can lookup member values by tag name, ...
    Alex ThiemeAlex Thieme
    Mar 18, 2013 at 4:22 pm
    Mar 18, 2013 at 6:05 pm
  • I'm looking to store the follow group of information. I store a minute timestamp:client key and then a list of browser references. I'd like to be able have only one instance of a browser id in any ...
    Derek OrganDerek Organ
    Mar 8, 2013 at 12:17 pm
    Mar 9, 2013 at 4:45 am
  • Hi! Did you find any alternative to sUnion yet? I have exactly the same problem. For the me sUnion takes even 24 minutes. Thank you, Marcin -- You received this message because you are subscribed to ...
    Marcin GilMarcin Gil
    Mar 7, 2013 at 11:15 am
    Mar 7, 2013 at 10:57 pm
  • I have upgraded a redis server from version 2.2.1 to latest 2.6.10 ( ubuntu 10.04 ) Upgrade has gone ok. Server and cli runs fine when runned by command line but my simple upstart script looks like ...
    Andrea CampolonghiAndrea Campolonghi
    Mar 6, 2013 at 5:01 pm
    Mar 7, 2013 at 6:55 pm
  • What is the unit of used_cpu_sys,used_cpu_user... -- You received this message because you are subscribed to the Google Groups "Redis DB" group. To unsubscribe from this group and stop receiving ...
    KARTHICK VIJAYAYAKUMARKARTHICK VIJAYAYAKUMAR
    Mar 5, 2013 at 3:15 pm
    Mar 5, 2013 at 3:17 pm
  • I have a master redis with several replicas. My code is varied and complex, and is intended to use the replicas for reads and only ever use the master for writes. However, I'm getting a ton of reads ...
    Marc ByrdMarc Byrd
    Mar 5, 2013 at 11:03 am
    Mar 5, 2013 at 11:47 am
  • Hey guys, First off, I hope this post isn't off topic for the group. :) I am one of the contributors to phpredis and am developing a simple PHP extension that will be used to import massive amounts ...
    Michael GrunderMichael Grunder
    Mar 31, 2013 at 8:11 pm
    Mar 31, 2013 at 8:11 pm
  • Apologies if this has already been answered somewhere else, but search didn't turn anything up. Running into these on Redis 2.6.11. It's not actually possible to deploy a cross region Sentinel setup ...
    Zachary AnkerZachary Anker
    Mar 28, 2013 at 8:19 pm
    Mar 28, 2013 at 8:19 pm
  • I am looking into setting up a redis master and slave for testing in preparation for our production environment. Can anyone post a description of or a link to a description of some working method for ...
    Nick RooseveltNick Roosevelt
    Mar 27, 2013 at 9:49 pm
    Mar 27, 2013 at 9:49 pm
  • Hi, until lua 5.2 there is a bit operator library included in core. Shouldn't be any blockers to simply include the lib and would be extremely helpful. Any comments? Thanks, Dennis -- You received ...
    Dennis MeyerDennis Meyer
    Mar 27, 2013 at 4:41 pm
    Mar 27, 2013 at 4:41 pm
  • I have a PHP script generating some Redis protocol for massive inserts of data (some adding up to 144,321,295 records). Everything seems to work fine until the file size exceeds 16MB. We can't seem ...
    Zach BrownZach Brown
    Mar 15, 2013 at 6:09 pm
    Mar 15, 2013 at 6:09 pm
Group Navigation
period‹ prev | Mar 2013 | next ›
Group Overview
groupredis-db @
categoriesredis
discussions52
posts238
users74
websiteredis.io
irc#redis

74 users for March 2013

Salvatore Sanfilippo: 40 posts Josiah Carlson: 36 posts Alex Leonhardt: 16 posts Chaoran Yang: 10 posts George Coles: 7 posts Pierre Chapuis: 7 posts Nicolas Salvo: 6 posts Readis: 6 posts Felix Gallo: 4 posts Phil Wells: 4 posts Phpguru: 4 posts Andras Zimmer: 3 posts Andrea Campolonghi: 3 posts Arindam chakraborty: 3 posts Geerten van Meel: 3 posts Phil Kallos: 3 posts Raghava Mutharaju: 3 posts Riceball LEE: 3 posts Xavier Noria: 3 posts Arnaud GRANAL: 2 posts
show more