BeetleX.Redis
BeetleX.Redis copied to clipboard
ToJson() fails on HashTable
when calling .ToJson() on hash table in sample, it throws an error:
Self referencing loop detected for property 'Host' with type 'BeetleX.Redis.RedisDB'. Path 'DB'.
There is no internal data in the hash table, and the data operates on the Redis Server.
Copy data to the Dictionary using Keys() and Get() methods