redis-dart
redis-dart copied to clipboard
fast redis protocol parser and client
The LazyStream / StreamNext will return a Future.error(String): https://github.com/ra1u/redis-dart/blob/master/lib/lazystream.dart#L62 It's hard to catch at a higher level and parse out what happened and what the system should do next. Changing...
The [DISCARD](https://redis.io/commands/discard) method is currently not implemented.
Hi, first of all amazing work! Just what we currently need in our project. I wonder, is it possible already to consume redis streams or Redis Lists in a blocking...
Flutter -> Redis auto-connect not working and also redis not connected in low network. package socket_io_client many Same as all option to socket .enableReconnection(),.setReconnectionDelay(1)...etc. but not any option redis if...
@ra1u Thanks for this great package. Are there any plans of improving the api to match latest dart conventions e.g. improving function names, and better usage of the dart type...
This PR aims to make the exceptions in this library more idiomatic with Dart conventions. This also helps solve linting errors with stronger lint configurations such as ones found on...
> Redis version 4.0.0. > Flutter 3.13.0-0.2.pre • channel beta • https://github.com/flutter/flutter.git > Framework • revision ac71592bc6 (5 months ago) • 2023-07-18 14:53:57 -0600 > Engine • revision e14db68a86 >...
Facing same issue as #20 #49 tried with other service like[ app.redislabs.com](https://app.redislabs.com/#/) and local redis server as well but facing the same issue also check redis.conf file where #requirepass is...