skip to Main Content

Redis vs SQL Server performance

Application performance is one of the main reason of using cache over relational database. Because it stores data in memory in the form of key value pair, we can store frequently accessed data in cache which are not changes very…

VIEW QUESTION

Redis streams publisher can't find command XADD

I got few errors from redis streams first is: org.springframework.data.redis.RedisSystemException: Error in execution; nested exception is io.lettuce.core.RedisCommandExecutionException: ERR unknown command 'XREADGROUP' and the second is when I try to create stream publisher but I got error org.springframework.data.redis.RedisSystemException: Error in execution;…

VIEW QUESTION
Back To Top
Search