Get started with Aiven for Redis®*#
The first step in using Aiven for Redis®* is to create a service. You can do so either using the Aiven Web Console or the Aiven CLI.
Create a Redis®* service using the Aiven web console#
Log in to the Aiven web console.
Follow these instructions to create a new Redis service.
Once the service is ready, the status changes to Running. This typically takes a couple of minutes, depending on your selected cloud provider and region.
Create a Redis®* service using the Aiven CLI#
If you prefer launching a new service from the CLI, Aiven CLI includes a command for doing so.
In order to launch a service, decide on the service plan, cloud provider, and region you want to run your service on. Then run the following command to create a Redis®* service named demo-redis
:
avn service create demo-redis \
--service-type redis \
--cloud CLOUD_AND_REGION \
--plan PLAN \
--project PROJECT_NAME
Note
See the full list of default flags with the following command: avn service create -h
. Additionally, there are some type specific options, which you can see executing the following command: avn service types -v
Next steps#
Check out more technical information:
High availability in Aiven for Redis.
Learn about how Aiven for Redis supports high availability.
-
Check how Aiven for Redis supports SSL connections and how can be configured.
Memory usage, on-disk persistence and replication in Aiven for Redis.
See how Aiven for Redis solves the challenges related to high memory usage and high change rate.
Estimate maximum number of connections in Aiven for Redis.
Learn how estimate the max number of simultaneous connections in Aiven for Redis service.
Lua scripts with Aiven for Redis.
Learn about inbuilt support for running Lua scripts in Aiven for Redis service.
-
Learn how to benchmark the performance of Aiven for Redis service.