Keyvhinng

Results 4 comments of Keyvhinng

Hi, I have the same issue using AWS ElastiCache & ioredis: [ElastiCache] Configuration Endpoint: `clustercfg.test1.xxxxxx.use2.cache.amazonaws.com:6379` Engine Version Compatibility: `5.0.6` Parameter Group: `default.redis5.0.cluster.on (in-sync)` Engine:Engine: Clustered Redis Encryption in-transit: Yes Encryption...

AUTH is not enabled. My current options (and it's still failing): ```javascript { slotsRefreshTimeout: 3000, dnsLookup: (address, callback) => callback(null, address), redisOptions: { showFriendlyErrorStack: true, tls: { checkServerIdentity: (/*host, cert*/)...

I found my mistake, I'm new into ElastiCache and I didn't realize I need to connect from an EC2 or AWS VPN. I fixed that and it worked.

I know that it may not be the proper place for questions but I need to make some modifications to ng2-selet2's source code for a custom behavior. What is the...