NewLifeX / NewLife.Redis

High performance redis client, support NETCore/. NET4. 0/. NET4. 5. It is specially optimized for big data and message queue. The average daily consumption of online single application is 10 billion. 高性能Redis客户端,支持.NETCore/.NET4.0/.NET4.5,为大数据与消息队列而特别优化,线上单应用日均100亿调用量

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

怎么读取STREAM数据

pinzi opened this issue · comments

使用GetStream方法读取出来的数据不是JSON格式,这是怎么回事呢?

image

image

image

commented

redisStream存储的数据是字符串数组,比较诡异