Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7808661
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T03:11:53+00:00 2026-06-02T03:11:53+00:00

I have seen several references to people running Redis on Azure, but no implementation

  • 0

I have seen several references to people running Redis on Azure, but no implementation or any sort of ‘howto’ on it. Has anyone seen such an example?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-02T03:11:55+00:00Added an answer on June 2, 2026 at 3:11 am
    1. Download Redis for Windows – see the section ‘Redis Service builds for Windows’ on https://github.com/ServiceStack/ServiceStack.Redis. I ended up using the win64 version from dmajkic https://github.com/dmajkic/redis/downloads
    2. Create an Azure worker role, delete the default class (you don’t need c# code at all). Add the file redis-server.exe from the downloaded redis source (the exe can be found in redis/src).
    3. In the service definition file add the following config

      <WorkerRole name="my.Worker" vmsize="Small">
        <Runtime executionContext="limited">
          <EntryPoint>
            <ProgramEntryPoint commandLine="redis-server.exe" setReadyOnProcessStart="true" />
          </EntryPoint>
        </Runtime>
        <Imports>
          <Import moduleName="Diagnostics" />
          <Import moduleName="RemoteAccess" />
          <Import moduleName="RemoteForwarder" />
        </Imports>
        <Endpoints>
          <InternalEndpoint name="Redis" protocol="tcp" port="6379" />
        </Endpoints>
      </WorkerRole>
      
    4. You can refer to the redis server from your web role using the following

      var ipEndpoint = RoleEnvironment.Roles["my.Worker"].Instances[0].InstanceEndpoints["Redis"].IPEndpoint;
      host = string.Format("{0}:{1}", ipEndpoint.Address, ipEndpoint.Port);
      

    Hope that helps.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have seen several questions with people asking about the same problem but none
I have seen several things on this, but nothing has seemed to work so
I've never used nested functions, but have seen references to them in several languages
I have seen several posts similar to this but none with a strait forward
I have seen it in several places where (int)someValue has been inaccurate and instead
In Microsoft SQL Server: I have seen this question several times, but can't see
I've seen this format function referenced on several sites, but none of them have
I have seen several other posts with similar questions but nothing exactly like what
I have seen several posts on the subject, but seems like there is little
I have seen several similar questions to this, but none that addresses my specific

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.