Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: perl-Mojo-Redis | Distribution: openSUSE Tumbleweed |
Version: 3.29 | Vendor: openSUSE |
Release: 1.10 | Build date: Thu Feb 24 04:08:29 2022 |
Group: Unspecified | Build host: reproducible |
Size: 147468 | Source RPM: perl-Mojo-Redis-3.29-1.10.src.rpm |
Packager: http://bugs.opensuse.org | |
Url: https://metacpan.org/release/Mojo-Redis | |
Summary: Redis driver based on Mojo::IOLoop |
Mojo::Redis is a Redis driver that use the Mojo::IOLoop, which makes it integrate easily with the Mojolicious framework. It tries to mimic the same interface as Mojo::Pg, Mojo::mysql and Mojo::SQLite, but the methods for talking to the database vary. This module is in no way compatible with the 1.xx version of 'Mojo::Redis' and this version also tries to fix a lot of the confusing methods in 'Mojo::Redis2' related to pubsub. This module is currently EXPERIMENTAL, and bad design decisions will be fixed without warning. Please report at https://github.com/jhthorsen/mojo-redis/issues if you find this module useful, annoying or if you simply find bugs. Feedback can also be sent to 'jhthorsen@cpan.org'.
Artistic-2.0
* Thu Feb 24 2022 Tina Müller <timueller+perl@suse.de> - updated to 3.29 see /usr/share/doc/packages/perl-Mojo-Redis/Changes 3.29 2022-02-23T14:56:18+0900 - Fix use of "defined" in unit test 3.28 2022-02-21T15:40:56+0900 - Add channel to Mojo::Redis::PubSub::listen() callback * Sat Nov 20 2021 Tina Müller <timueller+perl@suse.de> - updated to 3.27 see /usr/share/doc/packages/perl-Mojo-Redis/Changes 3.27 2021-11-20T10:51:49+0900 - Add experimental "subscribe" and "psubscribe" events to Mojo::Redis::PubSub - Fix examples for set and expire #62 - Fix handling "psubscribe" response from Redis #63 - Fix sending database requests after connecting to sentinel server #64 - Fix only passing on (p)message messages to listen handlers #67 - Remove experimental write_q() method, and replaced it with write() - Remove the ->multi_p(@promises) syntax #68 #70 Contributor: Jan "Yenya" Kasprzak * Mon Mar 01 2021 Tina Müller <timueller+perl@suse.de> - updated to 3.26 see /usr/share/doc/packages/perl-Mojo-Redis/Changes 3.26 2021-03-01T09:01:51+0900 - Avoid circular reference in redis response parser Contributor: Dan Book * Sun Oct 04 2020 Tina Müller <timueller+perl@suse.de> - updated to 3.25 see /usr/share/doc/packages/perl-Mojo-Redis/Changes 3.25 2020-10-02T10:21:30+0900 - Fix handling undef() in _process_...() methods #56 - Fix some leaks in Mojo::Redis::PubSub - Add Mojo::Redis::PubSub->notify_p() * Wed May 08 2019 Stephan Kulow <coolo@suse.com> - updated to 3.24 see /usr/share/doc/packages/perl-Mojo-Redis/Changes 3.24 2019-05-07T22:25:50+0700 - Fix PubSub->keyspace_listen() #42 * Sun May 05 2019 Stephan Kulow <coolo@suse.com> - updated to 3.23 see /usr/share/doc/packages/perl-Mojo-Redis/Changes 3.23 2019-05-04T21:12:25+0700 - Fix compatibility with Mojolicious 8.15 #46 * Thu Apr 25 2019 Stephan Kulow <coolo@suse.com> - updated to 3.22 see /usr/share/doc/packages/perl-Mojo-Redis/Changes 3.22 2019-04-24T12:32:18+0700 - Forgot to update protocol parser for Mojo::Redis::Cache after 3.21 #43 - Fix broken link in Mojo::Redis::Connection #44 Contributor: Mohammad S Anwar * Tue Apr 16 2019 Stephan Kulow <coolo@suse.com> - updated to 3.21 see /usr/share/doc/packages/perl-Mojo-Redis/Changes 3.21 2019-04-16T09:58:44+0700 - Changed default protocol parser to Protocol::Redis::XS #43 * Thu Apr 04 2019 Stephan Kulow <coolo@suse.com> - updated to 3.20 see /usr/share/doc/packages/perl-Mojo-Redis/Changes 3.20 2019-04-04T10:31:03+0700 - Use Protocol::Redis::Faster instead of Protocol::Redis #38 - Only decode data from bulk string responses #40 - Fix allowing custom URL object with userinfo in constructor #41 * Thu Jan 31 2019 Stephan Kulow <coolo@suse.com> - updated to 3.19 see /usr/share/doc/packages/perl-Mojo-Redis/Changes 3.19 2019-01-31T13:03:11+0900 - Add support for encoding and decoding of JSON messages in Mojo::Redis::PubSub 3.18 2019-01-31T12:39:46+0900 - Add reconnect logic for Mojo::Redis::PubSub #37 - Add CAVEATS for Protocol::Redis::XS #38 - Changed default protocol to Protocol::Redis #38 - Updated documentation to use nicer variable names
/usr/lib/perl5/vendor_perl/5.40.0/Mojo /usr/lib/perl5/vendor_perl/5.40.0/Mojo/Redis /usr/lib/perl5/vendor_perl/5.40.0/Mojo/Redis.pm /usr/lib/perl5/vendor_perl/5.40.0/Mojo/Redis/Cache.pm /usr/lib/perl5/vendor_perl/5.40.0/Mojo/Redis/Connection.pm /usr/lib/perl5/vendor_perl/5.40.0/Mojo/Redis/Cursor.pm /usr/lib/perl5/vendor_perl/5.40.0/Mojo/Redis/Database.pm /usr/lib/perl5/vendor_perl/5.40.0/Mojo/Redis/PubSub.pm /usr/share/doc/packages/perl-Mojo-Redis /usr/share/doc/packages/perl-Mojo-Redis/Changes /usr/share/doc/packages/perl-Mojo-Redis/README.md /usr/share/doc/packages/perl-Mojo-Redis/examples /usr/share/doc/packages/perl-Mojo-Redis/examples/cache.pl /usr/share/doc/packages/perl-Mojo-Redis/examples/chat.pl /usr/share/doc/packages/perl-Mojo-Redis/examples/twitter.pl /usr/share/man/man3/Mojo::Redis.3pm.gz /usr/share/man/man3/Mojo::Redis::Cache.3pm.gz /usr/share/man/man3/Mojo::Redis::Connection.3pm.gz /usr/share/man/man3/Mojo::Redis::Cursor.3pm.gz /usr/share/man/man3/Mojo::Redis::Database.3pm.gz /usr/share/man/man3/Mojo::Redis::PubSub.3pm.gz
Generated by rpm2html 1.8.1
Fabrice Bellet, Sun Feb 9 01:37:00 2025