I've to store redis key and value in redis chache. However the redisValue which I want to save is a Json string of 1976 characters length which has-> {,},[,],",-,: characters apart from numbers,alphabets. but while storing it says invalid argument.
So are any of above characters not allowed in redisValue or is there any character limit? Or what could be possible reasons for invalid argument exception for redisvalue ?
Thanks in advance.