Download the PHP package redis/ranking without Composer
On this page you can find all versions of the php package redis/ranking. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download redis/ranking
More information about redis/ranking
Files in redis/ranking
Download redis/ranking
More information about redis/ranking
Files in redis/ranking
Vendor redis
Package ranking
Short Description Wrapping Redis's sorted set APIs for specializing ranking operations.
License PHP-3.01
Homepage https://github.com/matsubo/redis-ranking
Package ranking
Short Description Wrapping Redis's sorted set APIs for specializing ranking operations.
License PHP-3.01
Homepage https://github.com/matsubo/redis-ranking
Please rate this library. Is it a good library?
Informations about the package ranking
Ranking API for Redis
Requirements
- Redis
>=2.4
- PhpRedis extension
- PHP
>=7,>=8
- Composer
Installation
- Using composer
Benchmark sample
How to run unit test
Run with default setting.
Currently tested with PHP 7.4.5 + Redis 5.0.7.
TODO
- Implement following APIs
zRemRangeByRank
, zDeleteRangeByRank - Remove all members in a sorted set within the given indexeszRemRangeByScore
, zDeleteRangeByScore - Remove all members in a sorted set within the given scores
- Implement
zUnion
API as a static helper API.
History
- 1.3.0
- Updated libraries
- Added PHP 8 Support and omit PHP 5 support.
- 1.2.0
- Updated dev tools
- 1.1.0
- Code Refactoring
- Added PHP 7.0 support
- Library update
- Removed PHP5.3 and PHP5.4 compatibility
- 1.0.1
- bugfix: correct variable name.
- supports travis CI and passed test.
- 1.0.0
- Published
License
It is released under the PHP License, version 3.01.
Copyright
- Yuki Matsukura
All versions of ranking with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7,>=8
The package redis/ranking contains the following files
Loading the files please wait ....