Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spajai/catalyst-plugin-session-store-redis-fast
Catalyst::Plugin::Session::Store::Redis-Fast Catalyst session store Redis Fast Plugin works with Redis 2.0.0 and above Redis::Fast is 50% faster than Redis. pm
https://github.com/spajai/catalyst-plugin-session-store-redis-fast
catalyst cpan cpan-module fast perl perl-module perl5 plugin redis redis-client session session-management session-manager sessionstorage
Last synced: 23 days ago
JSON representation
Catalyst::Plugin::Session::Store::Redis-Fast Catalyst session store Redis Fast Plugin works with Redis 2.0.0 and above Redis::Fast is 50% faster than Redis. pm
- Host: GitHub
- URL: https://github.com/spajai/catalyst-plugin-session-store-redis-fast
- Owner: spajai
- Created: 2021-07-02T18:18:47.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-07-06T03:14:38.000Z (over 3 years ago)
- Last Synced: 2024-11-07T13:42:04.765Z (2 months ago)
- Topics: catalyst, cpan, cpan-module, fast, perl, perl-module, perl5, plugin, redis, redis-client, session, session-management, session-manager, sessionstorage
- Language: Perl
- Homepage: https://metacpan.org/pod/Catalyst::Plugin::Session::Store::Redis::Fast
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
Awesome Lists containing this project
README
Catalyst-Plugin-Session-Store-Redis-Fast
[![Build Status](https://travis-ci.com/spajai/Catalyst-Plugin-Session-Store-Redis-Fast.svg?branch=master)](https://travis-ci.com/spajai/Catalyst-Plugin-Session-Store-Redis-Fast)
The README is used to introduce the module and provide instructions on
how to install the module, any machine dependencies it may have (for
example C compilers and installed libraries) and any other information
that should be provided before the module is installed.A README file is required for CPAN modules since CPAN extracts the README
file from a module distribution so that people browsing the archive
can use it to get an idea of the module's uses. It is usually a good idea
to provide version information here so that people can decide whether
fixes for the module are worth downloading.INSTALLATION
To install this module, run the following commands:
perl Makefile.PL
make
make test
make installSUPPORT AND DOCUMENTATION
After installing, you can find documentation for this module with the
perldoc command.perldoc Catalyst::Plugin::Session::Store::Redis::Fast
You can also look for information at:
RT, CPAN's request tracker (report bugs here)
https://rt.cpan.org/NoAuth/Bugs.html?Dist=Catalyst-Plugin-Session-Store-Redis-FastAnnoCPAN, Annotated CPAN documentation
http://annocpan.org/dist/Catalyst-Plugin-Session-Store-Redis-FastCPAN Ratings
https://cpanratings.perl.org/d/Catalyst-Plugin-Session-Store-Redis-FastSearch CPAN
https://metacpan.org/release/Catalyst-Plugin-Session-Store-Redis-FastLICENSE AND COPYRIGHT
This software is copyright (c) 2021 by sushrut pajai.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.