dills122/where-my-cage-at

Redis Concating Updates Not Replacing

dills122 opened this issue · 1 comments

Redis looks to be concating the results of the data service for some reason and making a lot of duplicates.

Tried solving this before with adding a CLEAR command before updating redis, but it does not look like that did the trick.

Looks like making it an array instead of an object with an array might work better.

https://oss.redis.com/redisjson/

ReJSON supports array methods which would make it easier to work with.