rlite-php:rlite 的 PHP 绑定

时间:2024-07-11 02:30:40
【文件属性】:

文件名称:rlite-php:rlite 的 PHP 绑定

文件大小:10KB

文件格式:ZIP

更新时间:2024-07-11 02:30:40

C

rlite-php rlite 的 PHP 绑定。 有关 rlite 的更多信息,请转到 安装 在安装 rlite-php 之前,您需要安装 rlite git clone https://github.com/seppo0010/rlite.git cd rlite make && sudo make install 现在您可以继续设置扩展程序。 git clone https://github.com/seppo0010/rlite-php.git cd phpiredis phpize && ./configure --enable-rlite make && sudo make install 用法 $ rlite = create_rlite_connection ( ':memory:' ); rlite_command ( $ rlite , [ 'RPUSH' ,


【文件预览】:
rlite-php-master
----php_rlite_struct.h(106B)
----.gitignore(343B)
----.travis.yml(385B)
----php_rlite.h(416B)
----config.m4(1KB)
----LICENSE(1KB)
----README.md(1KB)
----tests()
--------testsuite_configuration.inc(76B)
--------testsuite_utilities.inc(461B)
--------client_001.phpt(266B)
--------client_002.phpt(398B)
--------client_005.phpt(277B)
--------testsuite_skipif.inc(137B)
--------client_006.phpt(423B)
--------client_004.phpt(282B)
--------client_007.phpt(259B)
--------client_003.phpt(601B)
--------client_008.phpt(413B)
--------client_009.phpt(386B)
----rlite.c(7KB)

网友评论