docs/components/contrib-nosql-redis-example #197
Replies: 1 comment
-
问下作者为什么不引入go-redis库,这样的话,可以引入更多的命令方法,减少使用g.Redis().Do, 编辑器还有代码的维护性上也更好 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
docs/components/contrib-nosql-redis-example
使用GoFrame框架在Redis中执行基本操作的示例,包括Set/Get、SetEx、HSet/HGetAll和HMSet/HMGet操作。这些代码示例展示了如何通过GoFrame框架的Redis模块进行数据存储和检索,适用于初学者学习如何在GoFrame框架环境中实现Redis功能。本示例同时提醒用户在Redis版本4.0.0及以上中HMSET已弃用,应使用HSET。
https://goframe.org/docs/components/contrib-nosql-redis-example
Beta Was this translation helpful? Give feedback.
All reactions