(Source Code) MIT Lua Snikket - All-in-one Dockerized easy XMPP solution, including web admin and clients. (Source Code, Clients) Apache-2.0 Docker Tigase - XMPP server implementation in Java. (Source Code) GPL-3.0 Java Communication - XMPP - Web Clients ^ back to top ^ Extensible ...
我在Redis 官方中fork出来的 Redis/KeyDB 分支中,有看到不同的实现想法,并且他们也在实现,我在查阅相关issue时,有小伙伴提出来了 Feature Request, Expire members of a set #51 Keyspace Event For Expired Values #85 这里我看到的实现方法为: 关联一个Lua脚本去实现~~ 然后我在查阅官网时,貌似是已经实现了:...
go-lua - Port of the Lua 5.2 VM to pure Go. go-php - PHP bindings for Go. go-python - naive go bindings to the CPython C-API. goal - An embeddable scripting array language. goja - ECMAScript 5.1(+) implementation in Go. golua - Go bindings for Lua C API. gopher-lua - Lua...
char buf[PROTO_REPLY_CHUNK_BYTES]; } client; client *createClient(int fd) { client *c = zmalloc(sizeof(client)); // 如果fd为-1,表示创建的是一个无网络连接的伪客户端,用于执行lua脚本的时候。 // 如果fd不等于-1,表示创建一个有网络连接的客户端 if (fd != -1) { // 设置fd为非阻塞模...
> eval"return {KEYS[1],KEYS[2],ARGV[1],ARGV[2]}"2key1 key2 first second1)"key1"2)"key2"3)"first"4)"second"Redis uses the same Lua interpreter to run all the commands.Also Redis guarantees that aisexecutedinan atomic way:no otherorRedis command will be executedwhileaisbeing ...
上面的流程步骤较多,为了保证操作的原子性,我们需要使用lua脚本,在redisson源码中我们可以看到: 加锁: <T> RFuture<T> tryLockInnerAsync(long leaseTime, TimeUnit unit, long threadId, RedisStrictCommand<T> command) { internalLockLeaseTime = unit.toMillis(leaseTime); ...
notebook-installation Curated list of Deep Learning / AI blogs credits contributing contact-info license deep-learningIPython Notebook(s) and other programming tools such as Torch/Lua/D lang in demonstrating deep learning functionality.uber...
pwoolcoc/cargo-do [cargo-do]— run multiple cargo commands in a row maxsnew/cargo-dot— generate graphs of a Cargo project's dependencies cardoe/cargo-ebuild [cargo-ebuild] - cargo extension that can generate ebuilds using the in-tree eclasses killercup/cargo-edit [cargo-edit]— all...
luatex - , texlua, texluac An extended version of pdfTeX using Lua as an embedded scripting language luciole - Image per Image capture tool for movie animations. luit - Locale and ISO 2022 support for Unicode terminals luksformat - Create and format an encrypted LUKS device lupdate lw...
IDM_OPENGLOBALPROPERTIES Open Global Options File IDM_OPENABBREVPROPERTIES Open Abbreviations File IDM_OPENLUAEXTERNALFILE Open Lua Startup Script IDM_PREVFILE Previous IDM_NEXTFILE Next IDM_CLOSEALL Close All IDM_SAVEALL Save All IDM_HELP Help IDM_HELP_SCITE Help IDM_ABOUT About MXS SciTEParent...