We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@2881099 我批量动态生成了多个id, 希望通过push方法一次添加到list里面去,通过以下方式调用,直接把数组序列化写入了,而不是多条:
写入结果:
通过以下方式调用又可以写入多条
await redis.RPushAsync($"wechat_video_spread:{data.Task}", 1,2,3);
对于这种动态生成的数据我该如何调用?
The text was updated successfully, but these errors were encountered:
数组转换成 object[]
Sorry, something went wrong.
No branches or pull requests
@2881099
我批量动态生成了多个id, 希望通过push方法一次添加到list里面去,通过以下方式调用,直接把数组序列化写入了,而不是多条:
写入结果:
通过以下方式调用又可以写入多条
对于这种动态生成的数据我该如何调用?
The text was updated successfully, but these errors were encountered: