Async
NAME
Redis::Async
SYNOPSIS
use Redis::Async;
my $r = Redis::Async.new("localhost:6379");
$r.set('foo', 'bar');
say $r.get('foo');
Redis::Async
use Redis::Async;
my $r = Redis::Async.new("localhost:6379");
$r.set('foo', 'bar');
say $r.get('foo');
Resoures
Learning
The Camelia image is copyright 2009 by Larry Wall. "Raku" is trademark of the Yet Another Society. All rights reserved.