upstash_redis 2.0.0 upstash_redis: ^2.0.0 copied to clipboard
upstash/redis is an HTTP/REST based Redis client for dart, built on top of Upstash REST API.
2.0.0 #
- Update dependency
1.4.0 #
- Add Redis Json commands
1.3.1 #
- Add script abstraction
- Add zmscore, getdel, hrandfield, lmove, zdiffstore, smismember command
1.3.0 #
- Update dependency
1.2.0+3 #
- Add multi-exec transaction
1.1.0+2 #
- Add option to receive response as base64
- Add more tests
1.0.5+1 #
- Reformat code
1.0.5 #
- Add support for web
1.0.4 #
- Add more test for bitpos command
- Fix lint warning
1.0.3 #
- Add lpos command
- Fix failed linsert test
1.0.2+1 #
- Fix homepage url
1.0.2 #
- Allow returning result without throwing if it has any command error
- Add
execWithModel
method to convert an array result to custom model
1.0.1 #
- Reformat
1.0.0 #
- Initial Open Source release.