origami_redis 0.0.9 copy "origami_redis: ^0.0.9" to clipboard
origami_redis: ^0.0.9 copied to clipboard

redis module origami core framework

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add origami_redis

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

dependencies:
  origami_redis: ^0.0.9

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:origami_redis/models/rangeModel.dart';
import 'package:origami_redis/models/redisConfig.dart';
import 'package:origami_redis/models/redisConnection.dart';
import 'package:origami_redis/models/redisErrorMessage.dart';
import 'package:origami_redis/models/redisRoute.dart';
import 'package:origami_redis/redis.dart';
0
likes
20
points
19
downloads

Publisher

unverified uploader

Weekly Downloads

redis module origami core framework

License

MIT (license)

Dependencies

origamicore, redis

More

Packages that depend on origami_redis