Closed growtechgit closed 3 years ago
when I use redisClient in server.i found it can't get correct result from redisServer. I think it is problem in receiveBytes method in concurrency enviroment.
RedisClient Is not thread safe. Consider it as a database connection, each thread needs a separated RedisClient instance.
when I use redisClient in server.i found it can't get correct result from redisServer. I think it is problem in receiveBytes method in concurrency enviroment.