Redis client for UnityBase
Limitations
For simplicity current implementation uses a single redis instance
Usage
Can be used from command line - see apps/autotest/scripts/redis_sample.js
, or from server worker as in example
Classes
Methods
# getDefaultRedisConnection () → RedisClient inner
Return per-thread instance of redis client connected to server using configuration from ubConfig.application.redis
.
To be used inside server-side thread