Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Releases: vendelieu/re.this

0.4.3

20 May 09:54
@vendelieu vendelieu

Choose a tag to compare

  • Added Redis Bloom commands: BF.ADD, BF.CARD, BF.EXISTS, BF.INFO, BF.INSERT, BF.LOADCHUNK, BF.MADD, BF.MEXISTS, BF.RESERVE, BF.SCANDUMP.
  • Added Redis Cuckoo Filter commands: CF.ADD, CF.ADDNX, CF.COUNT, CF.DEL, CF.EXISTS, CF.INFO, CF.INSERT, CF.INSERTNX, CF.LOADCHUNK, CF.MEXISTS, CF.RESERVE, CF.SCANDUMP.
  • Added Redis Count-Min Sketch commands: CMS.INCRBY, CMS.INFO, CMS.INITBYDIM, CMS.INITBYPROB, CMS.MERGE, CMS.QUERY.
  • Added Redis t-digest commands: TDIGEST.ADD, TDIGEST.BYRANK, TDIGEST.BYREVRANK, TDIGEST.CDF, TDIGEST.CREATE, TDIGEST.INFO, TDIGEST.MAX, TDIGEST.MERGE, TDIGEST.MIN, TDIGEST.QUANTILE, TDIGEST.RANK, TDIGEST.RESET, TDIGEST.REVRANK, TDIGEST.TRIMMED_MEAN.
  • Added Redis TopK commands: TOPK.ADD, TOPK.INCRBY, TOPK.INFO, TOPK.LIST, TOPK.QUERY, TOPK.RESERVE.
  • Added Redis TimeSeries commands: TS.ADD, TS.ALTER, TS.CREATE, TS.CREATERULE, TS.DECRBY, TS.DEL, TS.DELETERULE, TS.GET, TS.INCRBY, TS.INFO, TS.MADD, TS.MGET, TS.MRANGE, TS.MREVRANGE, TS.QUERYINDEX, TS.RANGE, TS.REVRANGE.
  • Added RediSearch commands: FT.AGGREGATE, FT.ALIASADD, FT.ALIASDEL, FT.ALIASUPDATE, FT.ALTER, FT.CREATE, FT.CURSOR DEL, FT.CURSOR READ, FT.DICTADD, FT.DICTDEL, FT.DICTDUMP, FT.DROPINDEX, FT.EXPLAIN, FT.EXPLAINCLI, FT.HYBRID, FT.INFO, FT.PROFILE, FT.SEARCH, FT.SPELLCHECK, FT.SUGADD, FT.SUGDEL, FT.SUGGET, FT.SUGLEN, FT.SYNDUMP, FT.SYNUPDATE, FT.TAGVALS, FT._LIST.
  • Added JSON command: JSON.DEBUG MEMORY.
  • Removed deprecated ClientType.Slave alias; use ClientType.Replica.
  • Fixed KSP processor isWithinBounds IndexOutOfBoundsException when matching nested option params with empty parent bounds.
  • Improved KSP token-to-identifier translation to safely handle tokens containing ., +, -, and quote characters (renamed the generated empty-token constant from EMPTY to EMPTY_STRING).
Assets 2
Loading

0.4.2

17 May 14:13
@vendelieu vendelieu

Choose a tag to compare

0.4.2

  • Added metrics reporting through metricsRecorder configuration option.
  • Added cluster commands: CLUSTER MIGRATION, CLUSTER SLAVES, CLUSTER SLOT-STATS, CLUSTER SLOTS, CLUSTER SYNC-SLOTS.
  • Added connection commands: CLIENT CACHING, CLIENT GETREDIR, CLIENT NO-EVICT, CLIENT NO-TOUCH, CLIENT SETINFO, CLIENT TRACKINGINFO, CLIENT UNPAUSE, ECHO, QUIT, RESET.
  • Added hash commands: HGETDEL, HGETEX, HMSET, HPEXPIRE, HPEXPIREAT, HPEXPIRETIME, HSETEX.
  • Added JSON commands: JSON.NUMMULTBY, JSON.RESP.
  • Added sentinel commands: SENTINEL DEBUG, SENTINEL IS-MASTER-DOWN-BY-ADDR.
  • Added server commands: COMMAND DOCS, COMMAND INFO, COMMAND LIST, CONFIG GET, CONFIG RESETSTAT, CONFIG SET, DBSIZE, DEBUG, HOTKEYS GET/RESET/START/STOP, INFO, LOLWUT, SFLUSH, TRIM-SLOTS.
  • Added stream commands: XACKDEL, XCFGSET, XDELEX, XNACK.
  • Added string commands: DELEX, DIGEST, MSETEX.
  • Added vector commands: VADD, VCARD, VDIM, VEMB, VGETATTR, VINFO, VISMEMBER, VLINKS, VRANDMEMBER, VRANGE, VREM, VSETATTR, VSIM.
  • Improved int/long/duration/instant encoding in codecs.
  • Improved internal codecs building logic.
Loading

0.4.1

01 May 02:33
@vendelieu vendelieu

Choose a tag to compare

  • Added per-command timeout via commandTimeout configuration option, throwing CommandTimeoutException when a Redis reply exceeds the deadline.
  • Added connectionHealthCheckInterval configuration option to skip PING on recently-used connections.
  • Added cluster and sentinel integration tests.
  • Fixed acquire/release cancellation race in ConnectionPool that could leak connections delivered to cancelled awaiters.
  • Fixed ConnectionPool health-check to use the configured charset instead of hardcoded UTF-8.
  • Fixed pubsub handler exceptions in onMessage/onSubscribe/onUnsubscribe crashing the subscription loop; now centrally routed to onException on both the handler and global handlers.
Loading

0.4.0

03 Mar 23:38
@vendelieu vendelieu
935475d
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

  • Fixed XREADGROUP decoding.
  • Improved token handling in codecs.
  • Improved varying argument handling in codecs.
  • Improved subscriptions user interface.
  • Returned default path (.) for json commands.
  • Fixed Null parsing in wrapped (RType) parser.
Loading
mooner1022 reacted with thumbs up emoji
1 person reacted

0.3.9

06 Jan 03:45
@vendelieu vendelieu

Choose a tag to compare

  • Fixed correct encoding of Instant values to seconds (#98).
  • Changed ByteString serialization format to ByteArray for more flexibility.
  • Changed reDistributedLock to wire to one coroutine Job, moved old implementation to reHierarchicalDistributedLock.
Loading
zoujiaqing reacted with thumbs up emoji Lavmee and Aliorpse reacted with heart emoji
3 people reacted

0.3.8

28 Dec 20:51
@vendelieu vendelieu
6cff399
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

  • Added ByteString support, implemented for GET, SET, GETDEL, GETEX, GETRANGE, HGET, HGETALL,
    HRANDFIELD, LPOP, RPUSH, LMOVE, BLMOVE, SPOP, SRANDMEMBER, ZADD, ZRANDMEMBER commands.
Loading
zoujiaqing reacted with thumbs up emoji Lavmee reacted with heart emoji
2 people reacted

0.3.7

17 Dec 12:48
@vendelieu vendelieu
91f4c72
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

  • Fixed freezes on native targets (#93).
  • Improved error handling in RType wrappers.
  • Bumped dependency versions.
Loading

0.3.6

16 Nov 03:08
@vendelieu vendelieu
fa90a03
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

  • Added experimental distributed lock, try with client.reDistributedLock.
  • Added logging entries when response is substituted with default value in specific modes (transaction, pipeline).
Loading
Lavmee reacted with heart emoji
1 person reacted

0.3.5

13 Oct 00:57
@vendelieu vendelieu
d959ee6
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

  • Fixed ConcurrentModificationException in subscriptions (thanks to @peterdk).
  • Improved pubsub CancelationException handling (thanks to @peterdk).
  • Improved using transactions in subscriptions.

Contributors

peterdk
Loading
Lavmee reacted with heart emoji
1 person reacted

0.3.4

05 Oct 19:02
@vendelieu vendelieu
1b1c3f3
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

  • Fixed decoder of REPLICAOF and SHUTDOWN commands.
Loading
Previous 1 3 4
Previous

AltStyle によって変換されたページ (->オリジナル) /