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

outdated

redis module origami core framework

example/example.dart

import 'dart:io';

import 'package:origami_redis/redis.dart';
import 'package:origamicore/origamiCore.dart';

void main() { 
  var core = OrigamiCore(Directory.current.path + '/example/config.json');
  core.start([
    RedisIndex(), 
  ]);
}
0
likes
0
points
19
downloads

Publisher

unverified uploader

Weekly Downloads

redis module origami core framework

License

unknown (license)

Dependencies

origamicore, redis

More

Packages that depend on origami_redis