slunski/perl6-simple-redis
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Simple::Redis is pure Perl6 module for using Redis key-value store (http://redis.io). Except key/value pairs Redis allows to use many interesting data structures like hashes, lists, sets and sorted sets. Additionally features like transactions, commands queue, publish/subscribe mode and replication are build in. This allow to classify Redis as "rich NoSQL" database. And last but not least - Redis performance is very high. Redis v2.4 is supported atm. INSTALL Simple::Redis module do not have any dependencies except Perl 6 environment. For installation (cloning) source code repository git VCS is required. Package installation steps are: cd where/you/want/sources git clone https://github.com/slunski/perl6-simple-redis.git then use Perl6 'ufo' tool to get Makefile: ufo make make test make install Panda support is on the way. TODO Simple::Redis still under development. At the moment all commands for normal - db-like-usage - are implemented. Missing commands are mainly for remote Redis administration. List of other missing things can be found in TODO file. BUGS If you find bug(s) or something other in not right shape pleas send info to developer. Patches are welcome :) LICENSE Simple::Redis is distributed on as Perl 6 terms which are collected in The Artistic License 2.0. Full text can be found in LICENSE file.
About
Pure Perl6 Redis bindings
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published