- 授权协议: MIT
- 开发语言: Lua
- 操作系统: Linux
- 软件首页: https://github.com/RedisLabs/redis-lua-debugger
- 软件文档: https://github.com/RedisLabs/redis-lua-debugger
软件介绍
rld 是一个非交互的调试工具,用于调试 Redis 的 Lua 脚本,这里有篇详细介绍的文章。
rld 特性包括:
易于安装,只有 6kB
可打印输出到本地和远端
跟踪执行的代码行
先进的数值变化的自动监控机制报告
报告函数调用、返回和参数可进行实时检查
基本使用:
Load rld.lua to Redis once (e.g.
redis-cli --eval rld.lua).Add this line at the beginning of your Lua script:
rld.start().Run your code as usual (e.g.
redis-cli --eval prog.lua).View rld's output in Redis' log file or by subscribing to the
rldchannel.
API
rld.start()- starts the debuggerrld.stop()- stops the debuggerrld.troff()/rld.tron()- toggles tracing off/onrld.options- debugger options, see source for details
离散数学及其应用(原书第4版)
Kenneth H.Rosen / 机械工业出版社 / 2002-1-1 / 75.00
离散数学及其应用:原书第4版,ISBN:9787111075776,作者:(美)Kenneth H.Rosen著;袁崇义[等]译一起来看看 《离散数学及其应用(原书第4版)》 这本书的介绍吧!
