TEST HTML

How should I get started with my subscription?

Powered by Guidde

 

Dan Sahar • Feb 23, 2023

11 steps • 2 minutes read

 

Click here to watch

Quick Guidde

Go to app.redislabs.com

1. Click "New subscription"

🎤 The first time you open the cloud console notice there's no active subscriptions so let me walk you through the way to create your first subscription

Click

2. Click "Enhanced support"

🎤 Redis offers 3 subscription plans: the Fixed, Annual and the Flexible plan your case I think the best place to start is with a Flexible plan, so just click flexible

Click

3. Select your cloud provider

🎤 Redis runs inside your Cloud environment to the first thing that you have to do is select your own cloud provider in this case is going to be GCP

Select your cloud provider

4. Tuning your Redis instance

🎤 You can also tune the Redis deployment to your specific need so you can select the region that you want to run it in whether it's active active or active passive or you can also run Redis on flash which has now used by some of our large datasets I think you can start with the setting on off

Tuning your Redis instance

5. Fine tuning using advanced options

🎤 If you have a complex environment you can also try out our Advanced options let's check it out

Fine tuning using advanced options

6. Advanced options settings

🎤 Under Advanced options you can provision multiple availability zones by just turning on multi multi AZ and you can also provision of specific subnet for your VPC configuration and finally you can select whether we manually or automatically set the allowed AZ's inside the advanced options

Advanced options settings

7. Sizing your subscription plan

🎤 The next step is to size your subscription plan based on your specific databases

Sizing your subscription plan

8. Add a new database

🎤 You can create as many databases as you need in for each of them you can set the throughput memory and whether they're h a available or not and you can add multiples of each one

Add a new database

9. Estimate costs

🎤 Once you've created all your databases will estimate the overall costs of your Redis instance

Estimate costs

10. Review and create your subscription

🎤 In the third and final step you can view the overall subscription a breakdown cost and when you're ready you can enter your credit card and your your subscription is going to be created automatically

Review and create your subscription

11. Click "Create subscription"

🎤 After entering your credit card the last step is just to click crate subscription and you're ready to go

Click

Powered by Guidde

Header 1 Header 2 Header 3
Row 1, Cell 1 Row 1, Cell 2 Row 1, Cell 3
Row 2, Cell 1 Row 2, Cell 2 Row 2, Cell 3
const table = document.getElementById("customer-success-table");
table.style.border = "1px solid #5036d5";
table.style.borderCollapse = "collapse";
table.style.width = "100%";

const headers = table.getElementsByTagName("th");
for (let i = 0; i < headers.length; i++) {
    headers[i].style.backgroundColor = "#5036d5";
    headers[i].style.color = "#fff";
    headers[i].style.padding = "10px";
    headers[i].style.textAlign = "left";
}

const cells = table.getElementsByTagName("td");
for (let i = 0; i < cells.length; i++) {
    cells[i].style.border = "1px solid #5036d5";
    cells[i].style.padding = "10px";
}
Name
Email
name1
email@email.live
name2
test@test.com

First 3 Things To Try

Setup Your Profile Picture

Learn More

Its tough to tell who's behind the mask sometimes. Give us a chance to remember what your face looks like by adding a profile picture to your account. Upon setting up your profile picture, within 48 hours it will be seen across all Office 365 products, including Teams and Outlook. Please select a work-appropriate photo.

Get Setup On Your Mobile

Learn More

With Teams and Outlook mobile apps now available to all staff, it is possible to stay in touch, even when on the go. Follow the link to see how to get setup for both Android and iPhone devices. Link best viewed on a computer.

Explore!

Learn More

With office 365 there are tons of new features across all applications that will make your workday experience easier and more efficient. Head to Halton's Office 365 hubpage to begin exploring all the features offered. Link best viewed on a computer

table { width: 100%; border-collapse: collapse; } th, td { border: 1px solid black; padding: 8px; text-align: left; } th { background-color: #f2f2f2; }
Header 1 Header 2
Row 1, Cell 1 Row 1, Cell 2
Row 2, Cell 1 Row 2, Cell 2
BasicStandard
All limited links
Own analtytics platform
Chat support
Optimize hashtags
Unlimited
  • ‌‌
iPhone 13Samsung S21Xiaomi 11
PriceGOODMIDBAD
Diplay sizeGOODMIDBAD
RAMGOODMIDBAD
ResolutionGOODMIDBAD
ProcessorGOODMIDBAD
CameraGOODMIDBAD
BatteryGOODMIDBAD
  • ‌‌.table-comparison { margin-bottom: 4em; max-width: 100%; } table { border-collapse: collapse; overflow: hidden; display: inline-block; overflow-x: auto; } .table-comparison thead { background-color: none; } .table-comparison th { padding: 0.5em 1em; } .table-comparison td { text-align: center; padding: 0.5em 1em; } .table-comparison td:first-child { text-align: left; } .tbody-bg-odd tbody tr:nth-child(odd) { background-color: #f2f2f2; } .tbody-bg-even thead tr:nth-child(odd) { background-color: #f2f2f2; } .table-comparison tbody .success { display: flex; background-color: #1FCC82; width: 24px; height: 24px; position: relative; border-radius: 50%; } .table-comparison tbody .success::before { content: ""; position: absolute; top: 6px; left: 10px; display: inline-block; width: 3px; height: 8px; border-right: 2px solid white; border-bottom: 2px solid white; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); } .table-comparison tbody .cancel { display: flex; background-color: #FF3B3B; width: 24px; height: 24px; position: relative; border-radius: 50%; } .table-comparison tbody .cancel::before, .cancel::after { position: absolute; top: 11px; bottom: 0; left: 6.3px; right: 0; content: ""; background-color: #fff; width: 11px; height: 2px; border-radius: 2px; } .table-comparison tbody .cancel::before { transform: rotate(-45deg); } .table-comparison tbody .cancel::after { transform: rotate(45deg); } .table-comparison tbody .mid { --color-accent: #FBC103; color: var(--color-accent); border-radius: 2rem; padding: 0.2em 1em; font-size: 0.8rem; position: relative; overflow: hidden; display: inline-flex; font-weight: 700; } .table-comparison tbody .mid::before { background-color: var(--color-accent); opacity: 0.2; content: ""; position: absolute; width: 100%; height: 100%; top: 0; left: 0; } .table-comparison tbody .good { --color-accent: #16C60C; color: var(--color-accent); border-radius: 2rem; padding: 0.2em 1em; font-size: 0.8rem; position: relative; overflow: hidden; display: inline-flex; font-weight: 700; } .table-comparison tbody .good::before { background-color: var(--color-accent); opacity: 0.2; content: ""; position: absolute; width: 100%; height: 100%; top: 0; left: 0; } .table-comparison tbody .bad { --color-accent: #F03A17; color: var(--color-accent); border-radius: 2rem; padding: 0.2em 1em; font-size: 0.8rem; position: relative; overflow: hidden; display: inline-flex; font-weight: 700; } .table-comparison tbody .bad::before { background-color: var(--color-accent); opacity: 0.2; content: ""; position: absolute; width: 100%; height: 100%; top: 0; left: 0; }
  • ‌‌
iPhone 13Samsung S21Xiaomi 11
PriceGOODMIDBAD
Diplay sizeGOODMIDBAD
RAMGOODMIDBAD
ResolutionGOODMIDBAD
ProcessorGOODMIDBAD
CameraGOODMIDBAD
BatteryGOODMIDBAD
  • ‌‌
BasicStandard
All limited links
Own analytics platform
Chat support
Optimize hashtags
Unlimited
  • ‌‌
Level 1 & 2Level 3-5
Does the structure of your finance function reflect your business’ organizational structure?The finance function is independently structuredThe finance function mirrors the business perfectly
Melissa5150
Are the roles and responsibilities of your finance staff defined and enforced?Roles and responsibilities have never been discussed.Roles and responsibilities are clearly defined, documented, and enforced.
Are the local finance functions’ point of view respected in the organization?The finance function offers limited insight.The finance function is fully considered as a business partner.
Have the staff received sufficient training to execute their assigned tasks?Staff’s skill development is not a priority.Staff’s skills are continuously developed, and rotations are organized between roles.
  • ‌‌
Levels 1 & 2
Levels 3-5
Does the structure of your finance function reflect your business’ organizational structure?The finance function is independently structuredThe finance function mirrors the business perfectly
Are the roles and responsibilities of your finance staff defined and enforced?Roles and responsibilities have never been discussed.Roles and responsibilities are clearly defined, documented, and enforced.
Are the local finance functions’ point of view respected in the organization?The finance function offers limited insight.The finance function is fully considered as a business partner.
Have the staff received sufficient training to execute their assigned tasks?Staff’s skill development is not a priority.Staff’s skills are continuously developed, and rotations are organized between roles.
  • ‌‌
Levels 1 & 2Levels 3-5
Does the structure of your finance function reflect your business’ organizational structure?The finance function is independently structuredThe finance function mirrors the business perfectly
Are the roles and responsibilities of your finance staff defined and enforced?Roles and responsibilities have never been discussed.Roles and responsibilities are clearly defined, documented, and enforced.
Are the local finance functions’ point of view respected in the organization?The finance function offers limited insight.The finance function is fully considered as a business partner.
Have the staff received sufficient training to execute their assigned tasks?Staff’s skill development is not a priority.Staff’s skills are continuously developed, and rotations are organized between roles.
  • ‌‌
ROLE AND SKILLSINBOUND REPOUTBOUND REPACCOUNT EXEC
Works with warmer leads?YesNoYes
Interacts with unaware prospects?NoYesNo
Conducts top-of-the-funnel lead qualification?YesYesNo
Has a good level of product knowledge?YesYesYes
Conducts demos and deep discovery?NoNoYes
Converts leads and closes deals?NoNoYes