TablePlus / DBngin

DB Engine
https://dbngin.com
995 stars 19 forks source link

Compatibility with Rosetta 2 #54

Closed koriym closed 3 years ago

koriym commented 3 years ago

Please fill out the detail below, it helps me investigate the bug:

  1. Driver (Ex: PostgreSQL 10.0):

Redis 5.0.9

  1. DBngin build number:

Version 3.1 (32)

  1. macOS version:

Big Sur (M1)

  1. The steps to reproduce this issue:

I can't start Redis on Apple Silicon Mac Rosseta 2.

alexmartinfr commented 3 years ago

I'm on a M1 MacBook Air right now, tried just that and could run Redis just fine. Same version as you.

Capture d’écran 2020-11-26 à 02 06 23

Is there any other step to reproduce the issue?

koriym commented 3 years ago

Could you click "reload server list" and confirm still running?

huyphams commented 3 years ago

Looks like it was a Redis issue: https://github.com/redis/redis/issues/8062 There are two options:

  1. We have to wait for the official Redis release.
  2. I can build the hot-patch Redis but it may be unstable.

I will probably do 2 at weekend.

alexmartinfr commented 3 years ago

After reloading the server list, I can confirm the issue 👍

canerdogan commented 3 years ago

@huyphams is there any update on this?

Thanks 👍

StanBarrows commented 3 years ago

It looks like they have fixed it within the latest release. Can we support you somehow @huyphams ?

FYI, this bug is fixed in Redis 6.0.10 and 6.2 RC2

Originally posted by @oranagra in https://github.com/redis/redis/issues/8062#issuecomment-762738194

ismaelfi commented 3 years ago

Same here.

nessor commented 3 years ago

Can confirm. A workaround for the moment is

brew install redis
brew services start redis
huyphams commented 3 years ago

Please install DBngin 34 or install Redis 6 , it's supported rosetta now. Thank you.