Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Efficient asynchronous communication with Redis servers, enabling scalable and responsive data storage and retrieval.

License

NotificationsYou must be signed in to change notification settings

amphp/redis

Repository files navigation

AMPHP is a collection of event-driven libraries for PHP designed with fibers and concurrency in mind.This package provides non-blocking access toRedis instances.All I/O operations are handled byRevolt event loop, so you should be familiar with the basics of it.

Installation

This package can be installed as aComposer dependency.

composer require amphp/redis

Usage

<?phprequire__DIR__ .'/vendor/autoload.php';usefunctionAmp\Redis\createRedisClient;$redis =createRedisClient('redis://');$redis->set('foo','21');$result =$redis->increment('foo',21);\var_dump($result);// int(42)

Security

If you discover any security related issues, please use the private security issue reporter instead of using the publicissue tracker.

License

The MIT License (MIT). Please seeLICENSE for more information.

About

Efficient asynchronous communication with Redis servers, enabling scalable and responsive data storage and retrieval.

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Sponsor this project

 

Languages


[8]ページ先頭

©2009-2025 Movatter.jp