Maksim Likharev
Maksim Likharev
loading secret from json file will aid bulk secret additions and migration process
This is a question. I suppose nothing prevents me to have cluster, let say 3 nodes with the same token range ( 3 copies ), behind LB and use resulting...
In some cases Redis clients do SELECT 0, even if no db explicitly specified. Purpose of this PR to support SELECT 0 and return error if other value is provided.
anything other than 0 ( default ) should return error, but it will help to support "stupid" redis clients that tend to do "SELECT 0" even for default connection.
I wasn't able to find an answer, bringing it here. I have legacy directory format that outlines property resolution and priority. Ideally I want to change a little and tap...
if I have error returned from self-refresh call or error from middleware or empty servers list is given back resilient sticks in this ever lasting attempts to rediscover servers. This...
when # of consumers exceeds 1000, it seems that Wicked cannot detect outliers that would be retrieved with consecutive pagination call, and assumes that those consumers are new and will...
``` class ConnectionPoolImpl ... { ... private HostSelectionWithFallback selectionStrategy; ``` currently it is private with no public accessor. This field prevents me to do normal ( without reflection ) subclass,...
default redis count of elements for scan is 10, that results in long iteration cycle as it usually returns 1-2 elements per call. To optimize, function should accept count hint...
This is a question, multi region deployment done via Public IPs, what prevents me to have private IPs there, assuming I have VPC peering in place ( and some changes...