redis 0.4.5 copy "redis: ^0.4.5" to clipboard
redis: ^0.4.5 copied to clipboard

outdatedDart 1 only

fast and simple redis-database client

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add redis

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  redis: ^0.4.5

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:redis/redis.dart';
126
likes
10
pub points
92%
popularity

Publisher

unverified uploader

fast and simple redis-database client

Repository (GitHub)
View/report issues

License

AGPL-3.0 (LICENSE)

More

Packages that depend on redis