Peter Taoussanis
Peter Taoussanis
https://github.com/redis/redis-specifications/blob/master/protocol/RESP3.md
STATUS: Design is basically done, currently awaiting release of new Redis commands.json (https://github.com/antirez/redis-doc/blob/master/commands.json).
@bpoweski Hi Ben, just pinging you to reopen this - didn't realise GitHub had automatically closed the last PR (I wish they wouldn't close issues automatically). Salvatore's just posted on...
Intention here would be to split out a minimal core of utils (mostly Redis protocol stuff) to support both Carmine and an independent [Disque](https://github.com/antirez/disque) client. Goals: - Start a path...
https://github.com/antirez/disque Haven't investigated this yet. May make sense to integrate support with Carmine directly, to create a separate independent library, or to create a separate library but share protocol internals...
The ClojureScript code currently only provides translation facilities. Input, suggestions, and PRs (especially) welcome on this. Cheers! :-)
Haven't done any research yet on this myself, but it'd be nice (and hopefully pretty straight-forward) to provide some basic tools for translating Tower dictionaries to & from an industry-standard...
See `*write-legacy-pack-format?*` docstring for more info.
### LAST UPDATED: 2016 July 13 Sente currently supports **#{:clj :cljs :node}** servers and **#{:cljs :node}** clients. #### Current server adapters - [http-kit](http://www.http-kit.org/) (default server) - [Immutant v2+](http://immutant.org/) - [nginx-clojure...
E.g. https://github.com/nodeca/pako, https://news.ycombinator.com/item?id=8314749, http://pieroxy.net/blog/pages/lz-string/index.html, etc. Experimenting with this would be easy so **PRs and comments welcome**. See [here](https://github.com/ptaoussanis/sente/blob/master/src/taoensso/sente/interfaces.cljx) for the IPacker interface and [here](https://github.com/ptaoussanis/sente/blob/master/src/taoensso/sente/packers/transit.cljx) for an example implementation.