resp_client
A RESP (REdis Serialization Protocol) client for Dart. It provides a low-level and high-level API to execute Redis commands.
1.2.0
43K downloads/mo
#1560 most downloaded on pub.dev
blimster/resp_client
What this package is like to depend on
Last release 5 years ago
no release in 18 months
Ships unpredictably
gaps range from 8 days to 10 months
Most releases are documented
notes for 14 of 17 stable releases
Nothing withdrawn
no release was ever pulled
8 years old
18 releases · first in 2018
0 releases in the last 12 months
see the full history below
Release timeline
18 releases · Jul 2018 to Apr 2021Releases
latest 18-
1.2.006 Apr 2021Release notes
Open source →- BREAKING CHANGE: C'tor of
RespTypeis no longer public. - BREAKING CHANGE: Class
RespCommandsis removed. UseRespCommandsTier2instead. - BREAKING CHANGE: Return type of
RespCommandsTier0.set()is nowSetResultinstead ofbool. - BREAKING CHANGE: Moved function
connectSocketand interfaceRespServerConnectionto libraryresp_server; - BREAKING CHANGE: Removed
RespClient.writeArrayOfBulk(), UseRespCommandsTier0.execute()instead. - Added some convenient methods of
RespType. - Added
multi,exec,discard,watchandunwatchcommands.
- BREAKING CHANGE: C'tor of
-
1.1.107 Mar 2021Release notes
Open source →- Added
dbsizeandinfocommands. - Fixed UTF-8 decoding issue.
- Fixed issue in command
scanwhen using a pattern. - Add getters for
cursorandkeysto classScanResult.
- Added
-
1.1.006 Mar 2021Release notes
Open source →- Added
incr,incrby,decr,decrbycommands. - BREAKING CHANGE: responses from redis are now considered as UTF-8 encoded (
resp_clientalready encodes commands as UTF-8).
- Added
-
1.0.021 Feb 2021 -
1.0.0-nullsafety.003 Jan 2021 pre-releaseRelease notes
Open source →- BREAKING CHANGE: migrated to null safety
- Added pedantic linter rules
- Enabled strict type checks
-
0.2.107 Mar 2021 -
0.2.006 Mar 2021Nothing published for this version
-
0.1.709 Jun 2019 -
0.1.7+113 Mar 2020 -
0.1.603 Oct 2018 -
0.1.512 Sep 2018 -
0.1.426 Aug 2018 -
0.1.4+101 Sep 2018Nothing published for this version
-
0.1.4+201 Sep 2018Nothing published for this version
-
0.1.323 Aug 2018 -
0.1.208 Aug 2018Release notes
Open source →- Bugfix: Fixed handling of null bulk strings and arrays in deserialization.
- Added SELECT, FLUSHDB and FLUSHALL commands.
- Cleaned up dependencies.
- Changed Dart SDK constraint to Dart 2 stable.
-
0.1.127 Jul 2018 -
0.1.027 Jul 2018