redis-rb / redis-client

Simple low level client for Redis 6+
MIT License
124 stars 60 forks source link

Add truffleruby in CI #152

Closed eregon closed 11 months ago

eregon commented 11 months ago

From https://github.com/oracle/truffleruby/issues/3318 It seems to just work: https://github.com/eregon/redis-client/actions/runs/6881377522/job/18717592881

byroot commented 11 months ago

Completes in about as much time as CRuby, so :+1:. Seems like you worked on boot time or something? :wink:

eregon commented 11 months ago

Yeah I was quite happy to see it's as fast. Probably partly due to a well behaved gem and tests which warm up quickly :) Thanks for merging.