How do I deploy Redis on Solaris?

Asked 1 years ago, Updated 1 years ago, 86 views

The OS I use for the rental server is called Oracle Solaris.
I would like to introduce Redis there.
I can't use yum or apt-get, so I'm at a loss what to do.

redis solaris

2022-09-30 15:32

1 Answers

Since yum and apt are commands prepared for corresponding Linux distributions,
Of course, I can't use it on another operating system.
(yum is the CentOS/RHEL line and apt is the Debian/Ubuntu line distribution command)

Redis is also available with the source code, so you can compile it yourself or install it using the package management mechanism provided for Solaris, as @metropolis introduced in the comments section.

For more information on Solaris package management (pkgadd), please refer to the link below.

Managing Software Packages with Package Commands—Solaris Systems Management (Basic Edition)


2022-09-30 15:32

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.