dartian_redis 1.0.0
dartian_redis: ^1.0.0 copied to clipboard
Redis client for Dartian with caching, pub/sub, and distributed locks support
We analyzed this package 12 hours ago, and awarded it 120 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
0/10 points: Use an OSI-approved license
No license was recognized.
Consider using an OSI-approved license in the LICENSE file to make it more accessible to the community.
10/10 points: 20% or more of the public API has dartdoc comments
42 out of 51 API elements (82.4 %) have documentation comments.
Some symbols that are missing documentation: dartian_redis.IRedisClient.IRedisClient.new, dartian_redis.PubSubManager.PubSubManager.new, dartian_redis.PubSubMessage.PubSubMessage.new, dartian_redis.PubSubMessage.channel, dartian_redis.PubSubMessage.message.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
20/20 points: Supports 5 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
These platforms are not supported:
Package not compatible with platform Web
Because:
package:dartian_redis/dartian_redis.dartthat imports:package:dartian_redis/src/pubsub.dartthat imports:package:dartian_redis/src/redis_client.dartthat imports:package:redis/redis.dartthat imports:dart:io
30/50 points: code has no errors, warnings, lints, or formatting issues
WARNING: The '!' will have no effect because the receiver can't be null.
lib/src/redis_client.dart:37:51
╷
37 │ await _client.send_object(['AUTH', _password!]);
│ ^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/redis_client.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
dartian_core |
^1.0.0 |
1.0.0 | 1.0.0 | |
redis |
^4.0.0 |
4.1.0 | 4.1.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
10/10 points: Package supports latest stable Dart and Flutter SDKs
20/20 points: Compatible with dependency constraint lower bounds
pub downgrade does not expose any static analysis error.
Analyzed with Pana 0.23.11, Dart 3.11.2.
Check the analysis log for details.