xcodis icon indicating copy to clipboard operation
xcodis copied to clipboard

Yet another redis proxy based on codis(https://github.com/wandoulabs/codis)

Results 9 xcodis issues
Sort by recently updated
recently updated
newest added

请问如果我在proxy后面的group1里开了一个master,一个slave,当master出问题时,能不能自动切换到slave? 这里我看只有proxy连接到zookeeper,server并没有

RT,看到xcodis有很久了,特别看中xcodis支持原生的redis,codis因为修改了redis源码,不放心用。所以咨询下作者,xcodis还会不会更新了

我想通过架设xcodis达到增加容量的目的,这其中有没有需要注意的事项?

This is a good project, suitable for my business. Does it stable? production ready?

Now, xcodis use different connection pool for different dbs, this is may be horrible if we want to support 1024 dbs or more. We may need another better connection pool...

Now ledisdb slaves have no other effect but only replication for data security, we can let them serve some read operations to reduce master pressure if we don't care data...

Now xcodis use redis/ledisdb db index as slot, ledisdb can only support 256 dbs, this is too small can increase the probability of busy keys in same slot. I don't...

Hi @siddontang, I have a question about scaling out of xcodis. Currently, xcodis relies on the database separation. So, scaling out is limited to the number of it. Do you...