diff options
author | carsakiller <carsakiller@gmail.com> | 2023-10-27 20:42:05 -0400 |
---|---|---|
committer | carsakiller <carsakiller@gmail.com> | 2023-10-27 20:42:05 -0400 |
commit | d2f198493b8d3de1c98c94db17a17e378925792e (patch) | |
tree | f28e3322d42f1d493c7be8c910b44047c02a08f7 /meta/3rd/OpenResty/library/resty/redis.lua | |
parent | 178d6258167de8a305284e65c413ce6f4df5b5e8 (diff) | |
download | lua-language-server-d2f198493b8d3de1c98c94db17a17e378925792e.zip |
refactor: replace openresty with LuaCATS submodule
Diffstat (limited to 'meta/3rd/OpenResty/library/resty/redis.lua')
m--------- | meta/3rd/OpenResty | 0 | ||||
-rw-r--r-- | meta/3rd/OpenResty/library/resty/redis.lua | 57 |
2 files changed, 0 insertions, 57 deletions
diff --git a/meta/3rd/OpenResty b/meta/3rd/OpenResty new file mode 160000 +Subproject 3bec36f0f645bb38b3c8208990d5c36feb66ce3 diff --git a/meta/3rd/OpenResty/library/resty/redis.lua b/meta/3rd/OpenResty/library/resty/redis.lua deleted file mode 100644 index 6238f338..00000000 --- a/meta/3rd/OpenResty/library/resty/redis.lua +++ /dev/null @@ -1,57 +0,0 @@ ----@meta -resty_redis={} -function resty_redis.lrange() end -function resty_redis.new(self) end -function resty_redis.hset() end -function resty_redis.hexists() end -function resty_redis.punsubscribe() end -function resty_redis.incr() end -function resty_redis.lindex() end -function resty_redis.read_reply(self) end -function resty_redis.sismember() end -function resty_redis.set() end -function resty_redis.unsubscribe() end -function resty_redis.linsert() end -function resty_redis.zrem() end -function resty_redis.add_commands(...) end -function resty_redis.array_to_hash(self, t) end -function resty_redis.mset() end -function resty_redis.commit_pipeline(self) end -function resty_redis.zrange() end -function resty_redis.auth() end -function resty_redis.cancel_pipeline(self) end -resty_redis._VERSION="0.27" -function resty_redis.eval() end -function resty_redis.expire() end -function resty_redis.sdiff() end -function resty_redis.sinter() end -function resty_redis.hmset(self, hashname, ...) end -function resty_redis.zrank() end -function resty_redis.psubscribe() end -function resty_redis.sunion() end -function resty_redis.sadd() end -function resty_redis.srem() end -function resty_redis.script() end -function resty_redis.lpush() end -function resty_redis.init_pipeline(self, n) end -function resty_redis.zincrby() end -function resty_redis.get_reused_times(self) end -function resty_redis.zrangebyscore() end -function resty_redis.zadd() end -function resty_redis.subscribe() end -function resty_redis.hdel() end -function resty_redis.hget() end -function resty_redis.sort() end -function resty_redis.smembers() end -function resty_redis.connect(self, ...) end -function resty_redis.hmget() end -function resty_redis.set_timeout(self, timeout) end -function resty_redis.mget() end -function resty_redis.set_keepalive(self, ...) end -function resty_redis.llen() end -function resty_redis.del() end -function resty_redis.decr() end -function resty_redis.lpop() end -function resty_redis.close() end -function resty_redis.get() end -return resty_redis
\ No newline at end of file |