You cannot post messages because only members can post, and you are not currently a member.
|
Redis database index restriction to IP
|
| |
Hi alls, I'm very new Redis and I have a question regarding Redis security. in Redis, is it possible to only allow certain IP addresses can update selective database index? For example: 127.0.0.1 can only update database index number 1 127.0.0.2 can update all database indexes Thanks
|
|
Redis Cluster
|
| |
Hello, this is my first post on this list. I'm using a redis cluster between two servers with OpenSIPs and hideris client. This configuration is to share between two OpenSIPs the load of calls. The problem is when I shutdown the server where the keys are stored. The second server stop to work because can't retrieve these keys.... more »
|
|
Redis instance configuration via Sentinel
|
| |
Hello, I just finished the first draft of the proposal. Comments welcomed:
Introduction
===
Sentinel already acts as a configuration device for clients. This
proposal further extends its role as a configuration device for Redis
instances after an instance restart.
This has a number of benefits such as better handling of reboots,... more »
|
|
How ping works on sentinel for down-after-milliseconds
|
| |
Hi I have a question on how pings work on the sentinel side, for example I have configured the sentinel (down-after-milliseconds mymaster 10000), my master is the Master, If I have multiple clients try to get a chunky amount of data out of redis (200mb per client call). Occasionally sentinel will... more »
|
|
Loss of precision when passing large integers from Lua to Redis
|
| |
I'm posting this to hopefully save others the many hours of debugging it took me to discover why a complex Lua script occasionally misbehaved. The summary is that the default conversion of numbers from Lua to Redis does not use a sufficient number of digits during stringification. I've added this... more »
|
|
Breaking changes on Sentinel when upgrade from 2.6.12 to 2.6.13
|
| |
Hi everyone I have setup redis(master-slave) in prod, leverage sentinel to do the auto fail-over process. Each Sentinel monitors the redis instance on the other server. As the sentinel will trigger the notify script or failover script, in where I have my logic for configuring the failover process. it works... more »
|
|
Reliable Pubsub Messaging
|
| |
Hi,
We currently use Redis for some storage of data, but I am considering
using pubsub to handle status messages between components...we are
transitioning to a real-time processing framework, but need to be able
to interface with this from outside of the system (ex. the webserver,
etc)...and I want to use pubsub to do this.... more »
|
|
Nature of Redis - CPU bound, I/O bound, memory bound or network bound
|
| |
I want to know the nature of elastic search database, in the case when I am shipping logs via an indexer from redis to the ES database. I have to figure out the types of each of these - Redis, Indexer(which I know is CPU bound), and ES so that I can determine which system to run which one on. Please help.... more »
|
|
Sentinel and Automatic Discovery/Registration
|
| |
Hi, Some time ago in my company, we developed an tool similar to Sentinel, on top of Zookeeper. But it's less robust, and do not cover some important cases. We are now between improving it, or move to Sentinel(more probably). Searching here in the group I found this fork: [link]... more »
|
|
technical article on sentinel
|
| |
[link]
Didn't see this on the list, so I thought I'd share. Especially because
its headline is somewhat sensational.
I don't have any skin in the game as I currently totally disbelieve in
clustered data stores and won't be using sentinel, but for those who are... more »
|
|
|