danieleteti / delphiredisclient

Redis client for Delphi
Apache License 2.0
309 stars 134 forks source link

RedisClient can't run correctly in Concurrency thread. #24

Closed growtechgit closed 3 years ago

growtechgit commented 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.

danieleteti commented 3 years ago

RedisClient Is not thread safe. Consider it as a database connection, each thread needs a separated RedisClient instance.